index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test updates in light of the KDF switchover
Pauli
2019-09-06
2
-148
/
+224
*
Documentation updates in light of the KDF conversion
Pauli
2019-09-06
1
-57
/
+35
*
Add KDFs to providers
Pauli
2019-09-06
15
-1232
/
+1406
*
Fix users of KDFs to use params not ctls
Pauli
2019-09-06
5
-93
/
+198
*
Remove old KDF initialisation
Pauli
2019-09-06
3
-58
/
+2
*
Fix TLS/SSL PRF usages.
Pauli
2019-09-06
2
-39
/
+74
*
Move KDFs to the provider.
Pauli
2019-09-06
8
-0
/
+15
*
Teach TLSProxy how to parse CertificateRequest messages
Matt Caswell
2019-09-06
7
-26
/
+262
*
Don't send a status_request extension in a CertificateRequest message
Matt Caswell
2019-09-06
1
-0
/
+4
*
Undeprecate OpenSSL_version_num and OPENSSL_VERSION_NUMBER
Viktor Dukhovni
2019-09-05
4
-17
/
+11
*
Reverting check to correct
Dmitry Belyavskiy
2019-09-05
1
-1
/
+1
*
Disallow change EVP_CIPHER properties once set
Dmitry Belyavskiy
2019-09-05
1
-0
/
+27
*
Disallow change EVP_MD properties once set
Dmitry Belyavskiy
2019-09-05
1
-0
/
+30
*
[test] computing ECC cofactors: regression test
Billy Brumley
2019-09-05
1
-3
/
+86
*
[crypto/ec] for ECC parameters with NULL or zero cofactor, compute it
Billy Brumley
2019-09-05
1
-9
/
+96
*
Make failed messages easier to find
Rich Salz
2019-09-05
1
-35
/
+21
*
Fix error handling in x509_lu.c
Bernd Edlinger
2019-09-05
1
-9
/
+27
*
Cleanup includes in rand_unix.c
Bernd Edlinger
2019-09-05
1
-5
/
+6
*
Change provider params from int to size_t
Shane Lontis
2019-09-05
23
-195
/
+209
*
Handle the renamed command POD files in find-doc-nits
Rich Salz
2019-09-04
1
-7
/
+10
*
Move libapps.a source to apps/lib
Richard Levitte
2019-09-04
16
-35
/
+37
*
Suppress 'No server certificate CA names sent' message
Billy Brawner
2019-09-04
1
-1
/
+2
*
OSSL_PARAM_construct_utf8_string computes the string length.
Pauli
2019-09-04
10
-36
/
+23
*
New function EVP_CIPHER_free()
Richard Levitte
2019-09-04
12
-58
/
+97
*
New function EVP_MD_free()
Richard Levitte
2019-09-04
17
-78
/
+121
*
test/errtest.c: more conditions for checking __FILE__ and __LINE__
Richard Levitte
2019-09-03
1
-5
/
+9
*
Refactor how KEYMGMT methods get associated with other methods
Richard Levitte
2019-09-03
11
-56
/
+87
*
Fix Coverity 1453452: Control flow issues (DEADCODE)
Pauli
2019-09-03
1
-2
/
+1
*
Add CPU info to the speed command summary
Bernd Edlinger
2019-09-02
9
-19
/
+122
*
Diverse ERR fixes
Richard Levitte
2019-09-02
1
-12
/
+22
*
Rework the documentation of our individual MAC implementations
Richard Levitte
2019-09-02
15
-554
/
+479
*
Fix function name typo in MAC documentation.
Pauli
2019-09-02
1
-1
/
+1
*
Remove extern declarations of OPENSSL_ia32cap_P
Bernd Edlinger
2019-09-01
11
-16
/
+11
*
Fix platform specific issues with provider ciphers
Shane Lontis
2019-09-01
2
-8
/
+16
*
Fix pkeyutl -verifyrecover
Matt Caswell
2019-08-30
1
-2
/
+1
*
Don't include the DEVRANDOM being seeded logic on Android.
Pauli
2019-08-30
1
-1
/
+1
*
Fix NITs in comments and CHANGES for DEVRANDOM seeded check.
Pauli
2019-08-29
2
-4
/
+4
*
fix ERR_add_error_vdata() for use with multiple args/calls
Dr. David von Oheimb
2019-08-29
1
-1
/
+1
*
Use ENGINE_get_id() instead of ENGINE_get_name()
Matt Caswell
2019-08-29
1
-4
/
+4
*
Fix no-engine
Matt Caswell
2019-08-29
5
-3
/
+15
*
Fix no-cmac
Matt Caswell
2019-08-29
3
-14
/
+15
*
Fix no-poly1305, no-siphash and no-blake2
Matt Caswell
2019-08-29
6
-85
/
+72
*
Fix a documentation bug in ec.h
Matt Caswell
2019-08-29
1
-2
/
+0
*
Fix no-ec
Matt Caswell
2019-08-29
1
-2
/
+2
*
Fix no-des
Matt Caswell
2019-08-29
2
-0
/
+4
*
Update fuzz README.md
Matt Caswell
2019-08-29
1
-3
/
+3
*
Fix data races in EVP_CIPHER_fetch and EVP_MD_fetch
Matt Caswell
2019-08-29
2
-28
/
+22
*
Make sure we pre-initialise properties
Matt Caswell
2019-08-29
4
-12
/
+13
*
Fix context locking
Matt Caswell
2019-08-29
1
-4
/
+38
*
Allow an output indentation of zero in apps.
Pauli
2019-08-29
2
-6
/
+6
[next]