projects
/
openssl.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[SM2_sign] add minimal EVP_PKEY functionality testing
2018-04-25
Nicola Tuveri
[SM2_sign] add minimal EVP_PKEY functionality testing
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-04-25
Nicola Tuveri
[SM2_sign] fix double free and return value
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-04-25
Matt Caswell
Fix the MAX_CURVELIST definition
commit
|
commitdiff
|
tree
2018-04-24
Matt Caswell
Add a test to verify the ClientHello version is the...
commit
|
commitdiff
|
tree
2018-04-24
Matt Caswell
In a reneg use the same client_version we used last...
commit
|
commitdiff
|
tree
2018-04-24
Matt Caswell
Don't build AFALG on android
commit
|
commitdiff
|
tree
2018-04-24
Matt Caswell
Allow TLSv1.3 EC certs to use compressed points
commit
|
commitdiff
|
tree
2018-04-24
Matt Caswell
Document when a session gets removed from cache
commit
|
commitdiff
|
tree
2018-04-24
Matt Caswell
Remove some logically dead code
commit
|
commitdiff
|
tree
2018-04-24
Matt Caswell
Improve backwards compat with 1.0.2 for ECDHParameters
commit
|
commitdiff
|
tree
2018-04-23
Billy Brumley
Remove superfluous NULL checks. Add Andy's BN_FLG comment.
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-04-23
Nicola Tuveri
Move up check for EC_R_INCOMPATIBLE_OBJECTS and for...
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-04-23
Nicola Tuveri
Pass through
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-04-23
Billy Brumley
ladder description: why it works
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-04-23
Nicola Tuveri
Address code style comments
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-04-23
Billy Brumley
Elliptic curve scalar multiplication with timing attack...
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-04-20
Matt Caswell
Add a test for SSL_pending()
commit
|
commitdiff
|
tree
2018-04-20
Matt Caswell
Fix SSL_pending() for DTLS
commit
|
commitdiff
|
tree
2018-04-20
Matt Caswell
Test the state of SSL_in_init() from the info_callback
commit
|
commitdiff
|
tree
2018-04-20
Matt Caswell
Make sure SSL_in_init() returns 0 at SSL_CB_HANDSHAKE_DONE
commit
|
commitdiff
|
tree
2018-04-19
Matt Caswell
Add a test for a NULL X509_STORE in X509_STORE_CTX_init
commit
|
commitdiff
|
tree
2018-04-19
Matt Caswell
Don't crash if there are no trusted certs
commit
|
commitdiff
|
tree
2018-04-19
Matt Caswell
Fix ocsp app exit code
commit
|
commitdiff
|
tree
2018-04-19
Matt Caswell
Fix no-ec
commit
|
commitdiff
|
tree
2018-04-19
Matt Caswell
Correct an ommission in the EVP_DigestSignInit docs
commit
|
commitdiff
|
tree
2018-04-18
FdaSilvaYY
Style: ssl.h
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-04-18
Matt Caswell
Update EVP_DigestSignInit() docs
commit
|
commitdiff
|
tree
2018-04-18
Peter Wu
test: Remove redundant SSL_CTX_set_max_early_data
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-04-18
Peter Wu
Add support for logging early exporter secret
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-04-18
Peter Wu
Add test for CLIENT_EARLY_TRAFFIC_SECRET key logging
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-04-18
Peter Wu
Add support for logging TLS 1.3 exporter secret
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-04-17
Matt Caswell
Fix a memory leak in an error path
commit
|
commitdiff
|
tree
2018-04-17
Matt Caswell
Check the return from EVP_PKEY_get0_DH()
commit
|
commitdiff
|
tree
2018-04-17
Matt Caswell
Extend the SSL_set_bio() tests
commit
|
commitdiff
|
tree
2018-04-17
Matt Caswell
Fix assertion failure in SSL_set_bio()
commit
|
commitdiff
|
tree
2018-04-17
Matt Caswell
Update fingerprints.txt
commit
|
commitdiff
|
tree
2018-04-17
Matt Caswell
Update the info callback documentation for TLSv1.3
commit
|
commitdiff
|
tree
2018-04-17
Matt Caswell
Add a test for the info callback
commit
|
commitdiff
|
tree
2018-04-17
Matt Caswell
Make sure info callback knows about all handshake start...
commit
|
commitdiff
|
tree
2018-04-17
Matt Caswell
Call the info callback on all handshake done events
commit
|
commitdiff
|
tree
2018-04-17
Matt Caswell
Ignore the status_request extension in a resumption...
commit
|
commitdiff
|
tree
2018-04-16
Matt Caswell
RSA key generation: ensure BN_mod_inverse and BN_mod_exp_mon...
commit
|
commitdiff
|
tree
2018-04-13
Matt Caswell
Add a test for SRP
commit
|
commitdiff
|
tree
2018-04-13
Matt Caswell
Add support for the SRP base64 alphabet
commit
|
commitdiff
|
tree
2018-04-13
Matt Caswell
Change SRP functions to use EVP_EncodeUpdate/EVP_DecodeUpdat...
commit
|
commitdiff
|
tree
2018-04-06
Matt Caswell
Add a note and better error if using Ed25519/Ed448...
commit
|
commitdiff
|
tree
2018-04-06
Matt Caswell
Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA
commit
|
commitdiff
|
tree
2018-04-05
Matt Caswell
Update the genpkey documentation
commit
|
commitdiff
|
tree
2018-04-05
Matt Caswell
Pick a q size consistent with the digest for DSA param...
commit
|
commitdiff
|
tree
2018-04-05
Matt Caswell
Don't crash if an unrecognised digest is used with...
commit
|
commitdiff
|
tree
2018-04-05
Matt Caswell
Document the change in the previous commit about loading...
commit
|
commitdiff
|
tree
2018-04-05
Matt Caswell
Move the loading of the ssl_conf module to libcrypto
commit
|
commitdiff
|
tree
2018-04-04
Matt Caswell
Add test/versions to gitignore
commit
|
commitdiff
|
tree
2018-04-04
Matt Caswell
Fix configuration of TLSv1.3 ciphersuites
commit
|
commitdiff
|
tree
2018-04-04
Matt Caswell
Add some tests for configuring the TLSv1.3 ciphersuites
commit
|
commitdiff
|
tree
2018-04-03
Matt Caswell
Fix some errors in the mem leaks docs
commit
|
commitdiff
|
tree
2018-04-03
Matt Caswell
Fix a text canonicalisation bug in CMS
commit
|
commitdiff
|
tree
2018-04-03
Matt Caswell
Prepare for 1.1.1-pre5-dev
commit
|
commitdiff
|
tree
2018-04-03
Matt Caswell
Prepare for 1.1.1-pre4 release
commit
|
commitdiff
|
tree
2018-04-03
Matt Caswell
Fix CHANGES
commit
|
commitdiff
|
tree
2018-04-03
Matt Caswell
Update copyright year
commit
|
commitdiff
|
tree
2018-03-30
Matt Caswell
Revert commit 4a56d9a2
commit
|
commitdiff
|
tree
2018-03-30
Matt Caswell
GOST MAC algorithms don't support EVP_PKEY_new_raw_private_key()
commit
|
commitdiff
|
tree
2018-03-30
Matt Caswell
Update trace code to know about GOST ciphersuites
commit
|
commitdiff
|
tree
2018-03-28
Matt Caswell
Remove some code
commit
|
commitdiff
|
tree
2018-03-28
Matt Caswell
Tolerate a Certificate using a non-supported group...
commit
|
commitdiff
|
tree
2018-03-28
Matt Caswell
Revert "Temporarily disable some tests that hang"
commit
|
commitdiff
|
tree
2018-03-27
Matt Caswell
Temporarily disable some tests that hang
commit
|
commitdiff
|
tree
2018-03-27
Matt Caswell
Remove some code for a contributor that we cannot find
commit
|
commitdiff
|
tree
2018-03-27
Matt Caswell
Assert that alpn_selected is NULL before we assign it
commit
|
commitdiff
|
tree
2018-03-27
Matt Caswell
Don't write out a bad OID
commit
|
commitdiff
|
tree
2018-03-27
Matt Caswell
Update CHANGES and NEWS for the new release
commit
|
commitdiff
|
tree
2018-03-27
Andy Polyakov
test/test_test.c: add CRYPTO_memcmp regression test.
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-03-27
Andy Polyakov
pariscid.pl: fix nasty typo in CRYPTO_memcmp.
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-03-27
Matt Caswell
Add fuzz corpora file that found the ASN.1 stack depth...
commit
|
commitdiff
|
tree
2018-03-27
Matt Caswell
Limit ASN.1 constructed types recursive definition...
commit
|
commitdiff
|
tree
2018-03-21
Matt Caswell
The default conv_form is uncompressed
commit
|
commitdiff
|
tree
2018-03-21
Philippe Antoine
Fixes integer underflow with SSL_trace support
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-03-21
Jack Bates
Convert _meth_get_ functions to const getters
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-03-21
Matt Caswell
Don't wait for dry at the end of a handshake
commit
|
commitdiff
|
tree
2018-03-21
Matt Caswell
Check for alerts while waiting for a dry event
commit
|
commitdiff
|
tree
2018-03-21
Peter Wu
Fix stack-use-after-scope
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-03-20
Johannes Bauer
Make pkeyutl a bit more user-friendly
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-03-20
Matt Caswell
Reduce the verbosity of test_store
commit
|
commitdiff
|
tree
2018-03-20
Matt Caswell
Fix the OCSP responder mode
commit
|
commitdiff
|
tree
2018-03-20
Matt Caswell
Prepare for 1.1.1-pre4-dev
commit
|
commitdiff
|
tree
2018-03-20
Matt Caswell
Prepare for 1.1.1-pre3 release
commit
|
commitdiff
|
tree
2018-03-20
Matt Caswell
Update copyright year
commit
|
commitdiff
|
tree
2018-03-20
Richard Levitte
crypto/rand/rand_vms.c: include "internal/rand_int.h"
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-03-19
Dr. Matthias St...
Fix: drbgtest fails when tests are executed in random...
commit
|
commitdiff
|
tree
2018-03-19
Richard Levitte
s_client, s_server: do generic SSL configuration first...
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-03-19
Todd Short
Fix no-sm3/no-sm2 (with strict-warnings)
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-03-19
Todd Short
Fix no-sm3 (and no-sm2)
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-03-19
Matt Caswell
Fix no-ec
commit
|
commitdiff
|
tree
2018-03-19
Matt Caswell
Fix no-sm2
commit
|
commitdiff
|
tree
2018-03-19
Matt Caswell
Fix no-posix-io compile failure
commit
|
commitdiff
|
tree
2018-03-19
Matt Caswell
Fix no-psk
commit
|
commitdiff
|
tree
2018-03-19
Matt Caswell
Fix no-cmac
commit
|
commitdiff
|
tree
2018-03-19
Matt Caswell
Fix no-ec
commit
|
commitdiff
|
tree
2018-03-19
Matt Caswell
Add a CHANGES entry to mention the replay protection...
commit
|
commitdiff
|
tree
next