index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-22
Allocate DRBG additional data pool from non-secure memory
Bernd Edlinger
5
-14
/
+31
2019-07-22
x509: publish X509_PUBKEY_dup
Dr. Matthias St. Pierre
5
-5
/
+7
2019-07-22
x509: add missing X509 dup functions
Dr. Matthias St. Pierre
1
-0
/
+5
2019-07-22
x509: sort X509 dup functions alphabetically
Dr. Matthias St. Pierre
2
-6
/
+6
2019-07-22
Add an internal API to access the KEYMGMT provider functions
Richard Levitte
3
-0
/
+222
2019-07-22
Add evp_keymgmt_clear_pkey_cache() and use it
Richard Levitte
4
-11
/
+34
2019-07-22
Adapt int_ctx_new() to use with providers
Richard Levitte
1
-2
/
+14
2019-07-22
Add evp_keymgmt_export_to_provider(), for key transfer between providers
Richard Levitte
6
-2
/
+266
2019-07-22
Add basic EVP_KEYMGMT API and libcrypto <-> provider interface
Richard Levitte
10
-6
/
+405
2019-07-18
Add param builder free function.
Pauli
4
-54
/
+71
2019-07-21
Cygwin: enable the use of Dl_info and dladdr()
Richard Levitte
1
-2
/
+1
2019-07-19
test/enginetest.c: Make sure no config file is loaded
Richard Levitte
1
-2
/
+15
2019-07-19
doc: fix some links
Richard Levitte
6
-6
/
+10
2019-07-19
util/find-doc-nits: fixups
Richard Levitte
1
-12
/
+17
2019-07-19
Fix no-dh
Matt Caswell
4
-3
/
+17
2019-07-18
Correct some OSSL_PARAM documentation
Richard Levitte
2
-69
/
+80
2019-07-18
Add value_barriers in constant time select functions
Bernd Edlinger
1
-4
/
+58
2019-07-18
Fix S390X compile error due to missing defines
Shane Lontis
1
-6
/
+16
2019-07-18
Cleanup use of X509 STORE locks
Shane Lontis
1
-37
/
+40
2019-07-18
Fix init_get_thread_local()
Dr. Matthias St. Pierre
1
-26
/
+38
2019-07-17
Deprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}
Rich Salz
9
-226
/
+43
2019-07-17
Fix the return value for SSL_get0_chain_certs()
Matt Caswell
1
-0
/
+1
2019-07-17
Parameter building utilities.
Pauli
10
-3
/
+984
2019-07-16
remove end of line spaces
Pauli
7
-11
/
+11
2019-07-16
Remove tab characters from C source files.
Pauli
20
-228
/
+228
2019-07-16
Auto add a label depending on the type of issue they report.
Kurt Roeckx
2
-0
/
+2
2019-07-16
Provider config module: allow providers to already be loaded
Richard Levitte
1
-1
/
+3
2019-07-16
Fix SSL_CTX_set_session_id_context() docs
Todd Short
2
-3
/
+3
2019-07-16
s390x assembly pack: fix restoring of SIGILL action
Patrick Steuer
1
-5
/
+5
2019-07-16
Actually silently ignore GET / OCSP requests
Viktor Dukhovni
1
-2
/
+4
2019-07-16
Document the new EVP_KEYEXCH type and related functions
Matt Caswell
5
-13
/
+124
2019-07-16
Add the ability to set PKCS#3 DH padding in providers
Matt Caswell
9
-7
/
+105
2019-07-16
Enable PKCS#3 DH in the providers
Matt Caswell
1
-2
/
+0
2019-07-16
Implement PKCS#3 DH Key Exchange in the default provider
Matt Caswell
5
-1
/
+189
2019-07-16
Make the EVP Key Exchange code provider aware
Matt Caswell
14
-135
/
+607
2019-07-16
Regenerate mkerr files
Rich Salz
84
-5066
/
+2179
2019-07-16
Remove function name from errors
Rich Salz
15
-273
/
+91
2019-07-16
Remove DRBG from SSL structure.
Pauli
1
-1
/
+0
2019-07-16
Add Common shared code needed to move aes ciphers to providers
Shane Lontis
28
-1027
/
+822
2019-07-11
remove end of line whitespace
Pauli
1
-1
/
+1
2019-07-11
Convert asn1_dsa.c to use the WPACKET API instead
Matt Caswell
4
-144
/
+129
2019-07-11
Give WPACKET the ability to have a NULL buffer underneath it
Matt Caswell
2
-11
/
+53
2019-07-11
Convert asn1_dsa.c to use the PACKET API instead
Matt Caswell
2
-91
/
+62
2019-07-11
Make the PACKET/WPACKET code available to both libcrypto and libssl
Matt Caswell
17
-16
/
+20
2019-07-11
Add simple ASN.1 utils for DSA signature DER.
David Makepeace
8
-16
/
+665
2019-07-11
Coverity #1451596: check dirlen for being negative
Pauli
1
-0
/
+2
2019-07-11
Coverity #1451595: use correct free function.
Pauli
1
-2
/
+2
2019-07-15
util/opensslwrap.sh: adjust to define OPENSSL_MODULES as well
Richard Levitte
1
-0
/
+3
2019-07-15
In documentation, consistently refer to OpenSSL 3.0
Richard Levitte
30
-31
/
+31
2019-07-15
Make sure all BIGNUM operations work within the FIPS provider
Matt Caswell
14
-42
/
+100
[next]