index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
t1_trce.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-04-22
evptest: set the DESX provider to be the legacy provider.
Pauli
1
-1
/
+1
2020-04-22
params: add functionality to test if an OSSL_PARAM has been set.
Pauli
6
-7
/
+45
2020-04-22
[crypto/ec] deprecate Jprojective_coordinates_GFp functions
Billy Brumley
17
-156
/
+149
2020-04-21
Add setter equivalents to X509_REQ_get0_signature
Dirk-Willem van Gulik
6
-6
/
+72
2020-04-21
Fix no-deprecated tests where the GOST engine is present
Matt Caswell
1
-0
/
+3
2020-04-21
Fix no-des
Matt Caswell
1
-2
/
+2
2020-04-21
Fix an ssl_test_old test failure
Matt Caswell
1
-0
/
+3
2020-04-21
Fix test_ssl_new test failure
Matt Caswell
1
-4
/
+6
2020-04-21
Revert "TEST: make and use a fipsinstall script"
Richard Levitte
4
-56
/
+19
2020-04-21
Fix NULL dereference in SSL_check_chain() for TLS 1.3
Benjamin Kaduk
1
-1
/
+1
2020-04-21
Add test for CVE-2020-1967
Benjamin Kaduk
1
-2
/
+64
2020-04-21
Developer scripts: Release script
Richard Levitte
13
-0
/
+1240
2020-04-21
Fix test_cmp_vfy failures with FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION
Dr. David von Oheimb
1
-0
/
+16
2020-04-21
gendsa: remove unnecessary OPENSSL_SUPPRESS_DEPRECATED definition
Pauli
1
-3
/
+0
2020-04-20
Teach ssl_test_old to use the FIPS provider for its tests
Matt Caswell
2
-13
/
+48
2020-04-20
Teach ssl_test_old how to run tests in a non-default library context
Matt Caswell
1
-3
/
+29
2020-04-20
Use a fetched MD if appropriate in ssl3_cbc_digest_record
Matt Caswell
3
-9
/
+16
2020-04-20
Teach ssl_test_new how to test the FIPS module
Matt Caswell
17
-936
/
+1088
2020-04-20
Teach ssl_test_new to have different tests for different loaded providers
Matt Caswell
5
-498
/
+516
2020-04-20
Run ssl_test_new with a non-default library context
Matt Caswell
2
-11
/
+39
2020-04-20
Update comment on crls_http_cb() as it does support non-blocking I/O since #1...
Dr. David von Oheimb
1
-3
/
+2
2020-04-20
Fix descriptions of credentials and verification options for various apps
Dr. David von Oheimb
13
-134
/
+181
2020-04-20
Swap parameters of evp_method_id()
Dr. Matthias St. Pierre
1
-5
/
+5
2020-04-20
Fix an assertion (and a comment) of evp_method_id()
Dr. Matthias St. Pierre
1
-4
/
+4
2020-04-20
Fix DH_get_nid() so that it does not cache values.
Shane Lontis
19
-188
/
+570
2020-04-20
DOC: Extend EVP_PKEY-DSA(7) / EVP_PKEY_DH(7) with FFC information
Shane Lontis
2
-12
/
+226
2020-04-20
DOC: Refactor provider-keymgmt(7) to give the keytypes their own pages
Richard Levitte
6
-236
/
+417
2020-04-19
Build files: add module installation targets
Richard Levitte
4
-14
/
+107
2020-04-19
TEST: make and use a fipsinstall script
Richard Levitte
4
-19
/
+56
2020-04-19
Use the libctx for all EVP_PKEY_CTX operations
Matt Caswell
3
-83
/
+39
2020-04-19
Re-enable FIPS testing in sslapitest.c
Matt Caswell
2
-23
/
+58
2020-04-19
Use a non-default libctx in sslapitest
Matt Caswell
14
-114
/
+189
2020-04-19
dhparam: white space cleaning
Pauli
1
-3
/
+1
2020-04-19
apps: undeprecate the conditioned out apps
Pauli
1
-10
/
+13
2020-04-19
openssl: include the version a command was deprecated in the output text.
Pauli
1
-24
/
+21
2020-04-19
apps: reinstate deprecated commands but using PKEY APIs
Pauli
1
-4
/
+4
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
[prev]
[next]