index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ms
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-04-23
Update copyright year
Matt Caswell
1188
-1188
/
+1188
2020-04-23
Add info on the CMP implementation and HTTP client to NEWS.md and CHANGES.md
Dr. David von Oheimb
2
-0
/
+18
2020-04-23
Fix a typo in the makefile templates
Matt Caswell
2
-2
/
+2
2020-04-23
Mention the 3.0 wiki page in the release announcement emails
Matt Caswell
2
-2
/
+12
2020-04-23
PROV: Ensure that EC keys have a default digest
Richard Levitte
1
-0
/
+5
2020-04-23
PROV: Ensure that ED25519 & ED448 keys have a mandatory digest
Richard Levitte
2
-5
/
+55
2020-04-23
EVP: Fix EVP_Digest{Sign,Verify}Init() to handle no default digest
Richard Levitte
1
-4
/
+10
2020-04-23
EVP: add internal evp_keymgmt_util_get_deflt_digest_name() and use it
Richard Levitte
4
-24
/
+57
2020-04-23
FIPS: remove algorithms that are not being validated.
Pauli
1
-12
/
+0
2020-04-22
Fix no-err
Matt Caswell
1
-2
/
+3
2020-04-22
Skip a no-dsa test in the fipsinstall test
Matt Caswell
1
-7
/
+11
2020-04-22
Skip a test in a no-dh build
Matt Caswell
1
-7
/
+12
2020-04-22
Fix some build failures with no-dh
Matt Caswell
3
-0
/
+16
2020-04-22
Fix no-ec
Matt Caswell
1
-2
/
+2
2020-04-22
Add a link to wiki 3.0 upgrade notes
Matt Caswell
1
-0
/
+3
2020-04-22
GOST2012 TLS Supported Groups Identifiers Support
Nikolay Morozov
3
-1
/
+26
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
[next]