index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
dtlstest.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2019-07-15
Move the code for 'openssl list' to its own translation unit.
Richard Levitte
5
-513
/
+538
2019-07-15
Refactor apps/progs.* to be generate with 'make update'
Richard Levitte
8
-128
/
+683
2019-07-15
Fix wrong lock claimed in x509 dir lookup.
Krists Krilovs
1
-2
/
+2
2019-07-11
issue-9316: Update return documentation for RAND_set_rand_engine
agnosticdev
1
-3
/
+4
2019-07-11
Make allocation/free/clean available to providers
Rich Salz
6
-148
/
+369
2019-07-11
Adapt the provider AES for more use of OSSL_PARAM
Richard Levitte
1
-119
/
+127
2019-07-11
Adapt diverse EVP_CIPHER functions to use get_params and set_params interfaces
Richard Levitte
6
-92
/
+216
2019-07-11
Make more use of OSSL_PARAM for ciphers
Richard Levitte
3
-12
/
+9
2019-07-11
test/evp_test.c: [ciphers] Test that we get back the same IV we gave
Richard Levitte
1
-0
/
+8
2019-07-09
Replace long dash characters with normal ascii minus
Bernd Edlinger
2
-2
/
+2
2019-07-09
Add X9.42 KDF.
Shane Lontis
18
-139
/
+710
2019-07-08
Avoid NULL pointer dereference. Fixes #9043.
Dmitry Belyavskiy
5
-2
/
+20