index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.travis-create-release.sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-08-22
crypto/init.c: improve destructor_key's portability.
Andy Polyakov
1
-8
/
+11
2018-08-22
man3/OBJ_nid2obj.pod: mention failure code for OBJ_create.
Andy Polyakov
1
-1
/
+2
2018-08-22
asn1/asn_moid.c: overhaul do_create.
Andy Polyakov
1
-18
/
+12
2018-08-22
Ignore the digest in req app if using EdDSA
Matt Caswell
2
-6
/
+15
2018-08-22
Improve the usability of the ca app using EdDSA
Matt Caswell
4
-17
/
+33
2018-08-22
Fix BoringSSL external test failures
Matt Caswell
1
-1
/
+6
2018-08-22
Don't detect a downgrade where the server has a protocol version hole
Matt Caswell
2
-7
/
+21
2018-08-22
Test that a client protocol "hole" doesn't get detected as a downgrade
Matt Caswell
1
-1
/
+11
2018-08-22
Use the same min-max version range on the client consistently
Matt Caswell
5
-63
/
+79
2018-08-22
rand_lib.c: Don't open random devices while cleaning up.
Dr. Matthias St. Pierre
1
-2
/
+6
2018-08-22
Fix typos in documentation
Jakub Wilk
3
-3
/
+3
2018-08-22
Allow TLS-1.3 ciphersuites in @SECLEVEL=3 and above
Tomas Mraz
1
-1
/
+2
2018-08-22
Zero memory in CRYPTO_secure_malloc.
Pauli
2
-5
/
+55
2018-08-21
Prepare for 1.1.1-pre10-dev
Matt Caswell
2
-3
/
+3
2018-08-21
Prepare for 1.1.1-pre9 release
OpenSSL_1_1_1-pre9
Matt Caswell
2
-2
/
+2
2018-08-21
Fix a version error in CHANGES and NEWS
Matt Caswell
2
-2
/
+2
2018-08-21
Replace GFp ladder implementation with ladd-2002-it-4 from EFD
Nicola Tuveri
2
-30
/
+270
2018-08-20
Add support for SSL_CTX_set_post_handshake_auth()
Matt Caswell
6
-9
/
+21
2018-08-20
Change Post Handshake auth so that it is opt-in
Matt Caswell
15
-66
/
+73
2018-08-20
Check getauxval on systems that have it when checking for setuid execution.
Pauli
1
-5
/
+11
2018-08-20
Fix typos and errors in Ed25519.pod documentation
parasssh
1
-5
/
+5
2018-08-19
Add a helper routine so that evp_test can compare memory without producing
Pauli
1
-38
/
+61
2018-08-19
rand_unix.c: don't discard entropy bytes from /dev/*random
Dr. Matthias St. Pierre
1
-9
/
+14
2018-08-19
rand_unix.c: don't discard entropy bytes from syscall_random()
Dr. Matthias St. Pierre
1
-9
/
+17
2018-08-19
rand_unix.c: assimilate syscall_random() with getrandom(2)
Dr. Matthias St. Pierre
1
-20
/
+37
2018-08-18
Configure: don't probe for --noexecstack assembler option on Darwin.
Andy Polyakov
1
-2
/
+2
2018-08-18
test/recipes/30-test_evp_data: fix two typos
Dr. Matthias St. Pierre
2
-2
/
+2
2018-08-17
Avoid shadowing 'free' in X509_LOOKUP_met_set_free
Benjamin Kaduk
2
-3
/
+3
2018-08-17
crypto/threads_*: remove CRYPTO_atomic_{read|write}.
Andy Polyakov
6
-81
/
+2
2018-08-16
Configure: warn when 'none' is the chosen seed source
Richard Levitte
1
-3
/
+12
2018-08-16
internal/refcount.h: overhaul fencing and add _MSC_VER section.
Andy Polyakov
1
-11
/
+62
2018-08-15
Fix a bug in test_sslversions
Matt Caswell
1
-0
/
+1
2018-08-15
Turn on TLSv1.3 downgrade protection by default
Matt Caswell
5
-20
/
+2
2018-08-15
Update code for the final RFC version of TLSv1.3 (RFC8446)
Matt Caswell
14
-103
/
+13
2018-08-15
Add SHA3 HMAC test vectors from NIST.
Pauli
1
-0
/
+45
2018-08-14
Deallocate previously loaded SSL CONF module data
Tomas Mraz
1
-0
/
+1
2018-08-14
Travis: don't generate git clone progress for logs
Philip Prindeville
1
-0
/
+1
2018-08-14
Move SSL_DEBUG md fprintf after assignment
Dmitry Yakovlev
1
-3
/
+5
2018-08-14
Updates to CHANGES and NEWS for the new release.
Matt Caswell
2
-0
/
+61
2018-08-13
crypto/o_fopen.c: alias fopen to fopen64.
Andy Polyakov
1
-0
/
+18
2018-08-12
Configuration/15-android.conf: slightly move NDK canonisation
Richard Levitte
1
-1
/
+1
2018-08-12
Configurations/15-android.conf: Make sure that the NDK path is canonical
Richard Levitte
1
-0
/
+3
2018-08-11
i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a buffer
Richard Levitte
4
-4
/
+18
2018-08-10
Change the OID references for X25519, X448, ED25519 and ED448 from the draft RFC
Pauli
1
-1
/
+1
2018-08-09
Fix no-comp
Matt Caswell
2
-4
/
+4
2018-08-09
Revert "stack/stack.c: omit redundant NULL checks."
Matt Caswell
1
-8
/
+13
2018-08-09
Add a test for TLSv1.3 fallback
Matt Caswell
2
-11
/
+33
2018-08-09
Improve fallback protection
Matt Caswell
1
-0
/
+3
2018-08-08
Add a test for unencrypted alert
Matt Caswell
4
-1
/
+125
2018-08-08
Tolerate encrypted or plaintext alerts
Matt Caswell
6
-14
/
+44
[next]