index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
progs.pl
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-04-19
dsaparam: update command line app to use EVP calls
Pauli
1
-21
/
+24
2020-04-19
CHANGES: note which command line utilities are marked for deprecation but sti...
Pauli
1
-17
/
+22
2020-04-19
Undeprecate DH_get_length() and DH_set_length() functions
Pauli
1
-2
/
+1
2020-04-19
gendsa: update command line app to use EVP calls
Pauli
1
-2
/
+30
2020-04-19
genrsa: update command line app to use EVP calls
Pauli
2
-34
/
+58
2020-04-19
openssl: include the version a command was deprecated in the output text.
Pauli
3
-32
/
+39
2020-04-19
apps: reinstate deprecated commands but using PKEY APIs
Pauli
1
-4
/
+4
2020-04-19
dhparam: update command line app to use EVP calls
Pauli
4
-61
/
+88
2020-04-19
tests: reinstate tests for deprecated but non-removed functionality
Pauli
3
-30
/
+13
2020-04-19
dsaparam: update command line app to use EVP calls
Pauli
2
-39
/
+99
2020-04-19
rsa: update command line app to use EVP calls
Pauli
1
-23
/
+29
2020-04-19
dsa: update command line app to use EVP calls
Pauli
1
-16
/
+10
2020-04-18
Prevent crash in X509_NAME_cmp() etc. when cert has no issuer or no serialNumber
Dr. David von Oheimb
1
-1
/
+9
2020-04-18
Add CMP error reason 'missing reference cert'
Dr. David von Oheimb
5
-1
/
+9
2020-04-18
Add CMP fuzzing to fuzz/cmp.c, including a couple of helpers in crypto/cmp/
Dr. David von Oheimb
4571
-9
/
+322
2020-04-18
Add a couple of hints to fuzz/README.md
Dr. David von Oheimb
1
-12
/
+27
2020-04-18
Rename CMP_PROTECTEDPART to OSSL_CMP_PROTECTEDPART for consistency
Dr. David von Oheimb
5
-12
/
+13
2020-04-18
GOST2012 TLS ClientCertificateType Identifiers support
Nikolay Morozov
4
-7
/
+11
2020-04-18
DOC: Extend the description of EVP_PKEY_CTX_new_from_name()
Richard Levitte
1
-5
/
+27
2020-04-18
DOC: Add more description of EVP_PKEY_fromdata(), and examples
Richard Levitte
1
-7
/
+165
2020-04-18
apps/speed: fix invalid final report when run SM2 benchmarks in parallel
张盛豪
1
-3
/
+4
2020-04-17
GOST cipher names adjustment
Dmitry Belyavskiy
7
-108
/
+201
2020-04-17
INSTALL: document 'no-ui-console' rather than 'no-ui'
Richard Levitte
1
-3
/
+3
2020-04-17
When calling the import_to function pass the libctx too
Matt Caswell
6
-38
/
+57
2020-04-17
Windows: Add type casting in CRYPTO_atomic_add to remove warning
Kochise
1
-1
/
+1
2020-04-17
doc: note that the FIPS provider contains some non-approved algorithms.
Pauli
1
-2
/
+3
2020-04-17
news: note the addition of ECX and SHAKE256 to the FIPS provider as non-appro...
Pauli
1
-0
/
+3
2020-04-17
pkey: free key manager on error path
Pauli
1
-0
/
+1
2020-04-17
ecx: check for errors creating public keys from private ones.
Pauli
4
-9
/
+15
2020-04-17
s390: ECX key generation fixes.
Pauli
6
-432
/
+281
2020-04-17
ecx: add key generation support.
Pauli
8
-11
/
+595
2020-04-17
Add ECX to FIPS provider as non-FIPS algorithms
Pauli
1
-0
/
+10
2020-04-17
TEST: Add a test of keygen with an empty template in test/evp_extra_test.c
Richard Levitte
1
-0
/
+42
2020-04-17
EVP: Fix calls to evp_pkey_export_to_provider()
Richard Levitte
4
-24
/
+30
2020-04-16
TLSEXT_SIGALG_gostr34102012 0x0840 and 0x0841 support
Nikolay Morozov
3
-2
/
+16
2020-04-16
Document X509_verify_ex() and X509_REQ_verify_ex()
Matt Caswell
1
-18
/
+30
2020-04-16
Introduce an internal version of X509_check_issued()
Matt Caswell
3
-4
/
+14
2020-04-16
Create a libctx aware X509_verify_ex()
Matt Caswell
4
-8
/
+25
2020-04-16
Put sys-specific files in build.info
Rich Salz
3
-67
/
+65
2020-04-16
Use build.info, not ifdef for crypto modules
Rich Salz
25
-254
/
+215
2020-04-15
Add DH keygen to providers
Shane Lontis
26
-247
/
+1268
2020-04-15
Add DSA keygen to provider
Shane Lontis
39
-225
/
+1678
2020-04-15
Make sure we always send an alert in libssl if we hit a fatal error
Matt Caswell
1
-1
/
+3
2020-04-15
When calling EC_POINT_point2buf we must use a libctx
Matt Caswell
1
-1
/
+11
2020-04-15
Document the new libctx aware private key functions
Matt Caswell
3
-24
/
+83
2020-04-15
Make sure we use the libctx in libssl when loading PrivateKeys
Matt Caswell
1
-9
/
+15
2020-04-15
Teach PEM_read_bio_PrivateKey about libctx
Matt Caswell
3
-9
/
+34
2020-04-15
Teach the OSSL_STORE code about libctx
Matt Caswell
4
-18
/
+57
2020-04-15
Use the libctx in Ed448 private key decoding
Matt Caswell
1
-21
/
+31
2020-04-15
Teach d2i_PrivateKey et al about libctx
Matt Caswell
9
-56
/
+120
[prev]
[next]