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