projects
/
openssl.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fix length checks in X509_cmp_time to avoid out-of-bounds reads.
2015-06-11
Emilia Kasper
Fix length checks in X509_cmp_time to avoid out-of...
commit
|
commitdiff
|
tree
2015-06-10
Emilia Kasper
Remove SSL_OP_TLS_BLOCK_PADDING_BUG
commit
|
commitdiff
|
tree
2015-06-08
Emilia Kasper
Use CRYPTO_memcmp in ssl3_record.c
commit
|
commitdiff
|
tree
2015-06-08
Emilia Kasper
Use CRYPTO_memcmp when comparing authenticators
commit
|
commitdiff
|
tree
2015-05-27
Emilia Kasper
Enable DH tests
commit
|
commitdiff
|
tree
2015-05-26
Emilia Kasper
Fix ssltest to use 1024-bit DHE parameters
commit
|
commitdiff
|
tree
2015-05-20
Emilia Kasper
Only support >= 256-bit elliptic curves with ecdh_auto...
commit
|
commitdiff
|
tree
2015-05-20
Emilia Kasper
Remove dh512.pem
commit
|
commitdiff
|
tree
2015-05-20
Emilia Kasper
Update documentation with Diffie-Hellman best practices.
commit
|
commitdiff
|
tree
2015-05-20
Emilia Kasper
dhparam: fix documentation
commit
|
commitdiff
|
tree
2015-04-28
Emilia Kasper
NISTZ256: owur'ize.
commit
|
commitdiff
|
tree
2015-04-27
Emilia Kasper
NISTZ256: use EC_POINT API and check errors.
commit
|
commitdiff
|
tree
2015-04-27
Emilia Kasper
NISTZ256: don't swallow malloc errors
commit
|
commitdiff
|
tree
2015-04-27
Emilia Kasper
NISTZ256: set Z_is_one to boolean 0/1 as is customary.
commit
|
commitdiff
|
tree
2015-04-27
Emilia Kasper
Error checking and memory leak fixes in NISTZ256.
commit
|
commitdiff
|
tree
2015-04-27
Emilia Kasper
Fix Wmaybe-uninitialized: initialize variable
commit
|
commitdiff
|
tree
2015-04-24
Emilia Kasper
Fix error checking and memory leaks in NISTZ256 precomputation.
commit
|
commitdiff
|
tree
2015-04-24
Emilia Kasper
Correctly set Z_is_one on the return value in the NISTZ256...
commit
|
commitdiff
|
tree
2015-04-21
Emilia Kasper
Repair EAP-FAST session resumption
commit
|
commitdiff
|
tree
2015-04-17
Emilia Kasper
Error out immediately on empty ciphers list.
commit
|
commitdiff
|
tree
2015-04-17
Emilia Kasper
Use -Wall -Wextra with clang
commit
|
commitdiff
|
tree
2015-04-16
Emilia Kasper
Remove code for deleted function from ssl.h
commit
|
commitdiff
|
tree
2015-04-15
Emilia Kasper
Initialize variable
commit
|
commitdiff
|
tree
2015-04-01
Emilia Kasper
make update
commit
|
commitdiff
|
tree
2015-03-19
Emilia Kasper
PKCS#7: avoid NULL pointer dereferences with missing...
commit
|
commitdiff
|
tree
2015-03-14
Emilia Kasper
Fix undefined behaviour in shifts.
commit
|
commitdiff
|
tree
2015-03-10
Emilia Kasper
Harmonize return values in dtls1_buffer_record
commit
|
commitdiff
|
tree
2015-02-10
Emilia Kasper
Fix hostname validation in the command-line tool to...
commit
|
commitdiff
|
tree
2015-01-06
Emilia Kasper
Only inherit the session ID context in SSL_set_SSL_CTX...
commit
|
commitdiff
|
tree
2015-01-05
Emilia Kasper
Add a clang build target for linux-x86_64
commit
|
commitdiff
|
tree
2014-12-17
Emilia Kasper
Add a comment noting the padding oracle.
commit
|
commitdiff
|
tree
2014-12-17
Emilia Kasper
Revert "RT3425: constant-time evp_enc"
commit
|
commitdiff
|
tree
2014-12-17
Emilia Kasper
Build fixes
commit
|
commitdiff
|
tree
2014-12-17
Emilia Kasper
Check for invalid divisors in BN_div.
commit
|
commitdiff
|
tree
2014-12-15
Emilia Kasper
Fix unused variable warning
commit
|
commitdiff
|
tree
2014-12-05
Emilia Kasper
Clarify the return values for SSL_get_shared_curve.
commit
|
commitdiff
|
tree
2014-12-05
Emilia Kasper
Add extra checks for odd-length EC curve lists.
commit
|
commitdiff
|
tree
2014-12-05
Emilia Kasper
Reject elliptic curve lists of odd lengths.
commit
|
commitdiff
|
tree
2014-12-05
Emilia Kasper
Fix broken build
commit
|
commitdiff
|
tree
2014-11-20
Emilia Kasper
Clean up CHANGES
commit
|
commitdiff
|
tree
2014-11-20
Emilia Kasper
Ensure SSL3_FLAGS_CCS_OK (or d1->change_cipher_spec_ok...
commit
|
commitdiff
|
tree
2014-11-20
Emilia Kasper
Always require an advertised NewSessionTicket message.
commit
|
commitdiff
|
tree
2014-11-20
Emilia Kasper
Remove ssl3_check_finished.
commit
|
commitdiff
|
tree
2014-11-20
Emilia Kasper
Set s->hit when resuming from external pre-shared secret.
commit
|
commitdiff
|
tree
2014-11-20
Emilia Kasper
Reset s->tlsext_ticket_expected in ssl_scan_serverhello_tlsext.
commit
|
commitdiff
|
tree
2014-10-28
Emilia Kasper
Tighten session ticket handling
commit
|
commitdiff
|
tree
2014-10-27
Emilia Kasper
Add missing CHANGES interval [1.0.1h, 1.0.1i]
commit
|
commitdiff
|
tree
2014-10-27
Emilia Kasper
Sync CHANGES
commit
|
commitdiff
|
tree
2014-10-27
Emilia Kasper
Fix ssltest logic when some protocols are compiled...
commit
|
commitdiff
|
tree
2014-09-25
Emilia Kasper
Add missing tests
commit
|
commitdiff
|
tree
2014-09-24
Emilia Kasper
RT3425: constant-time evp_enc
commit
|
commitdiff
|
tree
2014-09-24
Emilia Kasper
RT3067: simplify patch
commit
|
commitdiff
|
tree
2014-09-24
Emilia Kasper
RT3066: rewrite RSA padding checks to be slightly more...
commit
|
commitdiff
|
tree
2014-09-23
Emilia Kasper
make update
commit
|
commitdiff
|
tree
2014-09-23
Emilia Kasper
Note i2d_re_X509_tbs and related changes in CHANGES
commit
|
commitdiff
|
tree
2014-09-05
Emilia Kasper
make update
commit
|
commitdiff
|
tree
2014-09-05
Emilia Kasper
Add i2d_re_X509_tbs
commit
|
commitdiff
|
tree
2014-09-02
Emilia Kasper
Make the inline const-time functions static.
commit
|
commitdiff
|
tree
2014-08-28
Emilia Kasper
Constant-time utilities
commit
|
commitdiff
|
tree
2014-08-27
Emilia Kasper
Explicitly check for empty ASN.1 strings in d2i_ECPrivateKey
commit
|
commitdiff
|
tree
2014-08-22
Emilia Kasper
RT 3060: amend patch
commit
|
commitdiff
|
tree
2014-08-22
Emilia Kasper
RT3061: slightly amend patch
commit
|
commitdiff
|
tree
2014-08-22
Emilia Kasper
Improve EVP_PKEY_sign documentation
commit
|
commitdiff
|
tree
2014-08-21
Emilia Kasper
define inline for Visual Studio
commit
|
commitdiff
|
tree
2014-08-21
Emilia Kasper
Fix build when BSAES_ASM is defined but VPAES_ASM is not
commit
|
commitdiff
|
tree
2014-08-14
Emilia Kasper
make depend
commit
|
commitdiff
|
tree
2014-08-06
Emilia Kasper
Fix OID handling:
commit
|
commitdiff
|
tree
2014-08-06
Emilia Käsper
Fix DTLS anonymous EC(DH) denial of service
commit
|
commitdiff
|
tree