index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
recipes
/
ocsp-response.der
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-05-30
Add APIs for custom X509_LOOKUP_METHOD creation
Mingtao Yang
13
-6
/
+514
2018-05-30
Text description of GOST signature algorithms
Dmitry Belyavskiy
1
-0
/
+9
2018-05-30
Send GOST SignatureAlgorithms when TLS 1.2 in use
Dmitry Belyavskiy
1
-1
/
+6
2018-05-30
Bugfix: GOST2012 certificates for GOST ciphersuites were broken.
Dmitry Belyavskiy
2
-5
/
+15
2018-05-29
Replace strdup() with OPENSSL_strdup()
Todd Short
1
-5
/
+9
2018-05-29
Fix no-sm2 with clang
Todd Short
1
-1
/
+1
2018-05-29
Test that a ^ 0 mod -1 is always 0
Matt Caswell
1
-0
/
+48
2018-05-29
The result of a ^ 0 mod -1 is 0 not 1
Matt Caswell
1
-10
/
+10
2018-05-29
Update the "Connected Commands" section of s_client/s_server docs
Matt Caswell
2
-8
/
+51
2018-05-29
Prepare for 1.1.1-pre8-dev
Matt Caswell
2
-3
/
+3
2018-05-29
Prepare for 1.1.1-pre7 release
OpenSSL_1_1_1-pre7
Matt Caswell
2
-2
/
+2
2018-05-29
Update copyright year
Matt Caswell
92
-93
/
+93
2018-05-28
ECDSA_SIG: restore doc comments which were deleted accidentally
Dr. Matthias St. Pierre
1
-0
/
+2
2018-05-28
ECDSA_SIG: add simple getters for commonly used struct members
Dr. Matthias St. Pierre
4
-6
/
+36
2018-05-28
RSA: add simple getters for commonly used struct members
Dr. Matthias St. Pierre
4
-1
/
+77
2018-05-28
DSA: add simple getters for commonly used struct members
Dr. Matthias St. Pierre
4
-2
/
+49
2018-05-28
DH: fix: add simple getters for commonly used struct members
Dr. Matthias St. Pierre
2
-6
/
+10
2018-05-27
util/libcrypto.num: fix symbol collision between 1.1.0 and master
Dr. Matthias St. Pierre
1
-4
/
+4
2018-05-26
Try to work around ubuntu gcc-5 ubsan build failure
Bernd Edlinger
1
-10
/
+14
2018-05-26
Improve the example getpass() implementation to show an error return
Nick Mathewson
1
-6
/
+5
2018-05-26
Update documentation for PEM callback: error is now -1.
Nick Mathewson
1
-1
/
+1
2018-05-25
Fix array bounds violation in ssl_session_dup
Bernd Edlinger
1
-1
/
+2
2018-05-24
Add a sanity check on the length of pkeyutl inputs
Matt Caswell
3
-22
/
+41
2018-05-24
Revert "Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA"
Matt Caswell
4
-65
/
+20
2018-05-24
Improve compatibility of point and curve checks
Matt Caswell
8
-27
/
+50
2018-05-23
Save and restore the Windows error around TlsGetValue.
David Benjamin
4
-2
/
+76
2018-05-23
Use OPENSSL_EC_EXPLICIT_CURVE constant.
David Benjamin
1
-1
/
+1
2018-05-23
Fix explicit EC curve encoding.
David Benjamin
2
-46
/
+102
2018-05-23
Skip CN DNS name constraint checks when not needed
Viktor Dukhovni
5
-30
/
+59
2018-05-23
Limit scope of CN name constraints
Viktor Dukhovni
15
-209
/
+379
2018-05-23
Use the client app traffic secret for PHA Finished message
Matt Caswell
1
-2
/
+13
2018-05-23
INSTALL: Provide better documentation for enable-ec_nistp_64_gcc_128
Richard Levitte
1
-2
/
+7
2018-05-23
Better error code when lacking __SIZEOF_INT128__
Richard Levitte
3
-3
/
+3
2018-05-23
Fix no-ec, no-tls1_3 and no-tls
Matt Caswell
1
-0
/
+2
2018-05-22
Enable SSL_MODE_AUTO_RETRY by default
Kurt Roeckx
5
-9
/
+17
2018-05-22
Fix no-ec in combination with no-dh
Matt Caswell
3
-4
/
+22
2018-05-21
ssl/ssl_txt: fix NULL-check
Tilman Keskinöz
1
-7
/
+7
2018-05-21
apps/s_socket.c: address rare TLSProxy failures on Windows.
Andy Polyakov
1
-0
/
+18
2018-05-21
Check malloc failure via app_malloc
Rich Salz
1
-1
/
+1
2018-05-21
Don't cache stateless tickets in TLSv1.3
Matt Caswell
2
-11
/
+44
2018-05-21
Fix undefined behaviour in X509_NAME_cmp()
Matt Caswell
1
-1
/
+1
2018-05-20
Windows: don't install __DECC_*.H
Richard Levitte
2
-3
/
+10
2018-05-20
Quiet pod2html warnings
Richard Levitte
1
-1
/
+1
2018-05-20
Fix no-srtp build warnings
Todd Short
2
-0
/
+8
2018-05-20
Restore check of |*xn| against |name| in X509_NAME_set
Richard Levitte
1
-0
/
+2
2018-05-18
Allow the ca application to use EdDSA
Matt Caswell
3
-11
/
+16
2018-05-18
DH: add some basic tests (and comments)
Dr. Matthias St. Pierre
1
-0
/
+85
2018-05-18
DH: add simple getters for commonly used DH struct members
Dr. Matthias St. Pierre
4
-3
/
+52
2018-05-17
Make BN_GF2m_mod_arr more constant time
Matt Caswell
1
-15
/
+17
2018-05-17
Improve testing of tickets with post-handshake auth
Matt Caswell
1
-18
/
+51
[next]