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
...
*
Auto add a label depending on the type of issue they report.
Kurt Roeckx
2019-07-16
2
-0
/
+2
*
Provider config module: allow providers to already be loaded
Richard Levitte
2019-07-16
1
-1
/
+3
*
Fix SSL_CTX_set_session_id_context() docs
Todd Short
2019-07-16
2
-3
/
+3
*
s390x assembly pack: fix restoring of SIGILL action
Patrick Steuer
2019-07-16
1
-5
/
+5
*
Actually silently ignore GET / OCSP requests
Viktor Dukhovni
2019-07-16
1
-2
/
+4
*
Document the new EVP_KEYEXCH type and related functions
Matt Caswell
2019-07-16
5
-13
/
+124
*
Add the ability to set PKCS#3 DH padding in providers
Matt Caswell
2019-07-16
9
-7
/
+105
*
Enable PKCS#3 DH in the providers
Matt Caswell
2019-07-16
1
-2
/
+0
*
Implement PKCS#3 DH Key Exchange in the default provider
Matt Caswell
2019-07-16
5
-1
/
+189
*
Make the EVP Key Exchange code provider aware
Matt Caswell
2019-07-16
14
-135
/
+607
*
Regenerate mkerr files
Rich Salz
2019-07-16
84
-5066
/
+2179
*
Remove function name from errors
Rich Salz
2019-07-16
15
-273
/
+91
*
Remove DRBG from SSL structure.
Pauli
2019-07-16
1
-1
/
+0
*
Add Common shared code needed to move aes ciphers to providers
Shane Lontis
2019-07-16
28
-1027
/
+822
*
remove end of line whitespace
Pauli
2019-07-11
1
-1
/
+1
*
Convert asn1_dsa.c to use the WPACKET API instead
Matt Caswell
2019-07-11
4
-144
/
+129
*
Give WPACKET the ability to have a NULL buffer underneath it
Matt Caswell
2019-07-11
2
-11
/
+53
*
Convert asn1_dsa.c to use the PACKET API instead
Matt Caswell
2019-07-11
2
-91
/
+62
*
Make the PACKET/WPACKET code available to both libcrypto and libssl
Matt Caswell
2019-07-11
17
-16
/
+20
*
Add simple ASN.1 utils for DSA signature DER.
David Makepeace
2019-07-11
8
-16
/
+665
*
Coverity #1451596: check dirlen for being negative
Pauli
2019-07-11
1
-0
/
+2
*
Coverity #1451595: use correct free function.
Pauli
2019-07-11
1
-2
/
+2
*
util/opensslwrap.sh: adjust to define OPENSSL_MODULES as well
Richard Levitte
2019-07-15
1
-0
/
+3
*
In documentation, consistently refer to OpenSSL 3.0
Richard Levitte
2019-07-15
30
-31
/
+31
*
Make sure all BIGNUM operations work within the FIPS provider
Matt Caswell
2019-07-15
14
-42
/
+100
*
Move the code for 'openssl list' to its own translation unit.
Richard Levitte
2019-07-15
5
-513
/
+538
*
Refactor apps/progs.* to be generate with 'make update'
Richard Levitte
2019-07-15
8
-128
/
+683
*
Fix wrong lock claimed in x509 dir lookup.
Krists Krilovs
2019-07-15
1
-2
/
+2
*
issue-9316: Update return documentation for RAND_set_rand_engine
agnosticdev
2019-07-11
1
-3
/
+4
*
Make allocation/free/clean available to providers
Rich Salz
2019-07-11
6
-148
/
+369
*
Adapt the provider AES for more use of OSSL_PARAM
Richard Levitte
2019-07-11
1
-119
/
+127
*
Adapt diverse EVP_CIPHER functions to use get_params and set_params interfaces
Richard Levitte
2019-07-11
6
-92
/
+216
*
Make more use of OSSL_PARAM for ciphers
Richard Levitte
2019-07-11
3
-12
/
+9
*
test/evp_test.c: [ciphers] Test that we get back the same IV we gave
Richard Levitte
2019-07-11
1
-0
/
+8
*
Replace long dash characters with normal ascii minus
Bernd Edlinger
2019-07-09
2
-2
/
+2
*
Add X9.42 KDF.
Shane Lontis
2019-07-09
18
-139
/
+710
*
Avoid NULL pointer dereference. Fixes #9043.
Dmitry Belyavskiy
2019-07-08
5
-2
/
+20
*
A very brief explanation of how to add custom functions to OpenSSL.
Dmitry Belyavskiy
2019-07-08
1
-0
/
+26
*
iOS build: Replace %20 with space in config script
John Schember
2019-07-08
1
-4
/
+4
*
Fix build error for aarch64 big endian.
Lei Maohui
2019-07-08
1
-2
/
+2
*
man: fix typo in OPENSSL_fork_prepare.pod
Dr. Matthias St. Pierre
2019-07-07
1
-2
/
+2
*
Fix an endless loop in BN_generate_prime_ex
Bernd Edlinger
2019-07-07
2
-9
/
+46
*
Prevent the use of RUN_ONCE inside the FIPS module
Matt Caswell
2019-07-04
1
-6
/
+15
*
Clarify documentation of SSL_CTX_set_verify client side behavior
Tomas Mraz
2019-07-04
1
-5
/
+5
*
Fix a typo and a syntax error in opensslconf.h
Bernd Edlinger
2019-07-04
1
-2
/
+2
*
test/recipes/02_test_errstr.t: Make it less fragile
Richard Levitte
2019-07-04
1
-7
/
+20
*
Adding Test.pm with workaround for Perl abs2rel bug
Martin Peylo
2019-07-02
1
-2
/
+3
*
Fix comment; unchecked->checked
Rich Salz
2019-07-02
1
-1
/
+1
*
Add a dummy call to BN_rand_ex() in the FIPS provider
Matt Caswell
2019-07-02
1
-0
/
+3
*
Make BIGNUM rand functions available within the FIPS module
Matt Caswell
2019-07-02
5
-53
/
+78
[prev]
[next]