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
*
i2d_ASN1_OBJECT(): allocate memory if the user didn't provide a buffer
Richard Levitte
2018-08-11
4
-4
/
+18
*
Change the OID references for X25519, X448, ED25519 and ED448 from the draft RFC
Pauli
2018-08-10
1
-1
/
+1
*
Fix no-comp
Matt Caswell
2018-08-09
2
-4
/
+4
*
Revert "stack/stack.c: omit redundant NULL checks."
Matt Caswell
2018-08-09
1
-8
/
+13
*
Add a test for TLSv1.3 fallback
Matt Caswell
2018-08-09
2
-11
/
+33
*
Improve fallback protection
Matt Caswell
2018-08-09
1
-0
/
+3
*
Add a test for unencrypted alert
Matt Caswell
2018-08-08
4
-1
/
+125
*
Tolerate encrypted or plaintext alerts
Matt Caswell
2018-08-08
6
-14
/
+44
*
Ensure that we write out alerts correctly after early_data
Matt Caswell
2018-08-08
7
-15
/
+36
*
Fix a missing call to SSLfatal
Matt Caswell
2018-08-08
1
-9
/
+13
*
test/asn1_internal_test.c: silence the new check for the ASN1 method table
Dr. Matthias St. Pierre
2018-08-07
1
-4
/
+2
*
Increase CT_NUMBER values
Rich Salz
2018-08-07
2
-3
/
+15
*
Fix setting of ssl_strings_inited.
Rich Salz
2018-08-07
1
-1
/
+1
*
Check early that the config target exists and isn't a template
Richard Levitte
2018-08-07
1
-2
/
+3
*
CHANGES: mention s390x assembly pack extensions
Patrick Steuer
2018-08-07
1
-0
/
+5
*
crypto/mem.c: switch to tsan_assist.h in CRYPTO_MDEBUG.
Andy Polyakov
2018-08-07
1
-9
/
+9
*
engine/eng_lib.c: remove redundant #ifdef.
Andy Polyakov
2018-08-07
1
-5
/
+1
*
man3/OPENSSL_LH_COMPFUNC.pod: clarifications and updates.
Andy Polyakov
2018-08-07
1
-16
/
+9
*
x509v3/v3_purp.c: re-implement lock-free check for extensions cache validity.
Andy Polyakov
2018-08-07
2
-0
/
+12
*
x509v3/v3_purp.c: resolve Thread Sanitizer nit.
Andy Polyakov
2018-08-07
1
-4
/
+0
*
ssl/*: switch to switch to Thread-Sanitizer-friendly primitives.
Andy Polyakov
2018-08-07
6
-80
/
+49
*
lhash/lhash.c: switch to Thread-Sanitizer-friendly primitives.
Andy Polyakov
2018-08-07
2
-11
/
+15
*
Add internal/tsan_assist.h.
Andy Polyakov
2018-08-07
1
-0
/
+84
*
stack/stack.c: omit redundant NULL checks.
Andy Polyakov
2018-08-07
1
-13
/
+8
*
Harmonize use of sk_TYPE_find's return value.
Andy Polyakov
2018-08-07
14
-52
/
+38
*
x509/x509name.c: fix potential crash in X509_NAME_get_text_by_OBJ.
Andy Polyakov
2018-08-07
1
-3
/
+5
*
INSTALL,NOTES.ANDROID: minor updates.
Andy Polyakov
2018-08-07
2
-6
/
+8
*
Make EVP_PKEY_asn1_new() stricter with its input
Richard Levitte
2018-08-07
3
-1
/
+36
*
Relocate memcmp test.
Pauli
2018-08-07
2
-6
/
+6
*
Ensure we send an alert on error when processing a ticket
Matt Caswell
2018-08-06
1
-4
/
+10
*
s390x assembly pack: add KIMD/KLMD code path for sha3/shake
Patrick Steuer
2018-08-06
4
-7
/
+275
*
Fix some undefined behaviour in the Curve448 code (2nd attempt)
Dr. Matthias St. Pierre
2018-08-03
2
-6
/
+6
*
Fix uninitialized value $s warning in windows static builds
Bernd Edlinger
2018-08-02
1
-2
/
+2
*
asn1/tasn_utl.c: fix logical error in and overhaul asn1_do_lock.
Andy Polyakov
2018-08-01
1
-12
/
+23
*
Add OIDs for HMAC SHA512/224 and HMAC SHA512/256.
Pauli
2018-08-01
6
-5
/
+33
*
Ensure symbols don't get deprecated too early
Richard Levitte
2018-07-31
1
-1
/
+9
*
Some protocol versions are build-time
Rich Salz
2018-07-31
4
-25
/
+14
*
Fix some TLSv1.3 alert issues
Matt Caswell
2018-07-31
10
-6
/
+17
*
Deprecate the EC curve type specific functions in 1.2.0
Matt Caswell
2018-07-31
6
-45
/
+74
*
Use the new non-curve type specific EC functions internally
Matt Caswell
2018-07-31
22
-224
/
+133
*
Add documentation for the new non-curve type specific EC functions
Matt Caswell
2018-07-31
2
-30
/
+77
*
Provide EC functions that are not curve type specific
Matt Caswell
2018-07-31
7
-106
/
+171
*
Check return from BN_sub
Pauli
2018-07-31
1
-1
/
+2
*
Check conversion return in ASN1_INTEGER_print_bio.
Pauli
2018-07-31
1
-3
/
+2
*
apps/dsaparam.c generates code that is intended to be pasted or included
Beat Bolli
2018-07-29
2
-31
/
+15
*
Add test for DSA signatures of raw digests of various sizes
Bryan Donlan
2018-07-29
3
-2
/
+252
*
Remove DSA digest length checks when no digest is passed
Bryan Donlan
2018-07-29
1
-14
/
+4
*
doc/BN_generate_prime: update doc about other callback values
Beat Bolli
2018-07-28
1
-1
/
+7
*
Improve backwards compat for SSL_get_servername()
Benjamin Kaduk
2018-07-26
1
-1
/
+4
*
Fix ossl_shim SNI handling
Benjamin Kaduk
2018-07-26
1
-1
/
+20
[next]