projects
/
openssl.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add a GOST test
2018-07-13
Matt Caswell
Add a GOST test
commit
|
commitdiff
|
tree
2018-07-13
Matt Caswell
As a server don't select TLSv1.3 if we're not capable...
commit
|
commitdiff
|
tree
2018-07-13
Matt Caswell
Use ssl_version_supported() when choosing server version
commit
|
commitdiff
|
tree
2018-07-13
Matt Caswell
Do not use GOST sig algs in TLSv1.3 where possible
commit
|
commitdiff
|
tree
2018-07-07
Matt Caswell
Remove a memset
commit
|
commitdiff
|
tree
2018-07-07
Matt Caswell
Check a return value for success in ec_field_size()
commit
|
commitdiff
|
tree
2018-07-07
Matt Caswell
Fix some Coverity issues in sm2_encrypt()
commit
|
commitdiff
|
tree
2018-07-07
Matt Caswell
Check md_size isn't negative before we use it
commit
|
commitdiff
|
tree
2018-07-06
Matt Caswell
Don't fail if the PSK identity doesn't match
commit
|
commitdiff
|
tree
2018-07-06
Matt Caswell
Document SSL_CTX_set_recv_max_early_data() etc
commit
|
commitdiff
|
tree
2018-07-06
Matt Caswell
Add the ability to configure recv_max_early_data via...
commit
|
commitdiff
|
tree
2018-07-06
Matt Caswell
Add a test for the recv_max_early_data setting
commit
|
commitdiff
|
tree
2018-07-06
Matt Caswell
Introduce the recv_max_early_data setting
commit
|
commitdiff
|
tree
2018-07-04
Billy Brumley
[crypto/ec] disable SCA mitigations for curves with...
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-07-04
Matt Caswell
Fix no-tls1_2
commit
|
commitdiff
|
tree
2018-07-03
Matt Caswell
Remove TLSv1.3 tickets from the client cache as we...
commit
|
commitdiff
|
tree
2018-07-03
Matt Caswell
Restore behaviour from commit 36ff232cf that was incorrectly...
commit
|
commitdiff
|
tree
2018-07-02
Matt Caswell
Add the ability to configure anti-replay via SSL_CONF
commit
|
commitdiff
|
tree
2018-07-02
Matt Caswell
Add a test for the new early data callback
commit
|
commitdiff
|
tree
2018-07-02
Matt Caswell
Document the new early data callback and option
commit
|
commitdiff
|
tree
2018-07-02
Matt Caswell
Add setters to set the early_data callback
commit
|
commitdiff
|
tree
2018-07-02
Matt Caswell
Make the anti-replay feature optional
commit
|
commitdiff
|
tree
2018-07-02
Matt Caswell
Fix a NULL ptr deref in error path in tls_process_cke_dhe()
commit
|
commitdiff
|
tree
2018-06-27
Matt Caswell
Return a fatal error if application data is encountered...
commit
|
commitdiff
|
tree
2018-06-27
Matt Caswell
Return SSL_ERROR_WANT_READ if SSL_shutdown() encounters...
commit
|
commitdiff
|
tree
2018-06-27
Matt Caswell
Add a bi-directional shutdown test
commit
|
commitdiff
|
tree
2018-06-27
Matt Caswell
Auto retry if we ditch records during shutdown
commit
|
commitdiff
|
tree
2018-06-26
Matt Caswell
Document changes to SSL_OP_NO_TICKET for TLSv1.3
commit
|
commitdiff
|
tree
2018-06-26
Matt Caswell
Use stateful tickets if we are doing anti-replay
commit
|
commitdiff
|
tree
2018-06-26
Matt Caswell
Respect SSL_OP_NO_TICKET in TLSv1.3
commit
|
commitdiff
|
tree
2018-06-26
Matt Caswell
Restructure the ticket construction code
commit
|
commitdiff
|
tree
2018-06-26
Matt Caswell
Update SSL_SESSION_print for TLSv1.3
commit
|
commitdiff
|
tree
2018-06-26
Matt Caswell
Only dump session data after we have received it
commit
|
commitdiff
|
tree
2018-06-25
Matt Caswell
Don't change a session once its in the cache
commit
|
commitdiff
|
tree
2018-06-22
Matt Caswell
Add a high level note about the various SCA mitigations
commit
|
commitdiff
|
tree
2018-06-21
Nicola Tuveri
[fixup] Add CHANGES entry
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-06-21
Billy Brumley
[crypto/ec] default to FLT or error
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-06-21
Billy Brumley
[crypto/ec] remove blinding to support even orders
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-06-21
Billy Brumley
make EC_GROUP_do_inverse_ord more robust
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-06-21
Matt Caswell
Don't use OPENSSL_strdup() for copying alpn_selected
commit
|
commitdiff
|
tree
2018-06-21
Nicola Tuveri
Use DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declaration
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-06-21
Matt Caswell
Add blinding to a DSA signature
commit
|
commitdiff
|
tree
2018-06-21
Matt Caswell
Document no-sm2
commit
|
commitdiff
|
tree
2018-06-20
Matt Caswell
Prepare for 1.1.1-pre9-dev
commit
|
commitdiff
|
tree
2018-06-20
Matt Caswell
Prepare for 1.1.1-pre8 release
commit
|
commitdiff
|
tree
2018-06-20
Matt Caswell
Update copyright year
commit
|
commitdiff
|
tree
2018-06-20
Paul Kehrer
update pyca/cryptography submodule
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-06-20
Matt Caswell
Fix no-sm2
commit
|
commitdiff
|
tree
2018-06-20
Bernd Edlinger
Fix test sm2 test failure with ec blinding
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-06-19
Matt Caswell
Fix enable-ssl3 enable-ssl3-method
commit
|
commitdiff
|
tree
2018-06-19
Sohaib ul Hassan
Implement coordinate blinding for EC_POINT
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-06-19
Jack Lloyd
Move SM2 algos to SM2 specific PKEY method
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-06-19
Jack Lloyd
Add EVP_PKEY_set_alias_type
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-06-18
Matt Caswell
Fix error number clash
commit
|
commitdiff
|
tree
2018-06-18
David von Oheimb
add cast in test/x509aux.c preventing compiler warning...
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-06-18
David von Oheimb
add 'unsupported cipher mode' diagnostics to evp_lib...
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-06-18
David von Oheimb
remove needless and misleading malloc failure error...
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-06-13
Matt Caswell
Add blinding to an ECDSA signature
commit
|
commitdiff
|
tree
2018-06-12
Nicola Tuveri
Deprecate DSA_sign_setup() in the documentation
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-06-12
Guido Vranken
Reject excessively large primes in DH key generation.
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-06-11
Matt Caswell
Remodel the if sequence for handling alerts
commit
|
commitdiff
|
tree
2018-06-11
Matt Caswell
Don't send a warning alert in TLSv1.3
commit
|
commitdiff
|
tree
2018-06-11
Matt Caswell
Fix TLSv1.3 alert handling
commit
|
commitdiff
|
tree
2018-06-11
Todd Short
Add support for RSA-PSS to X509_certificate_type()
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-06-08
Dmitry Belyavskiy
Documentation for missing s_client/s_server options
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-06-08
Matt Caswell
Fix no-ec
commit
|
commitdiff
|
tree
2018-06-08
Matt Caswell
Add a test for the raw private/public key getters
commit
|
commitdiff
|
tree
2018-06-08
Matt Caswell
Add function for setting the EVP_PKEY_ASN1_METHOD raw...
commit
|
commitdiff
|
tree
2018-06-08
Matt Caswell
Document the raw key getter functions
commit
|
commitdiff
|
tree
2018-06-08
Matt Caswell
Add support getting raw private/public keys
commit
|
commitdiff
|
tree
2018-06-07
Marcus Huewe
Do not free a session before calling the remove_session_cb
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-06-07
Matt Caswell
Reformulate the if condition in tls_process_new_session_ticket
commit
|
commitdiff
|
tree
2018-06-07
Matt Caswell
Don't store the ticket nonce in the session
commit
|
commitdiff
|
tree
2018-06-07
Matt Caswell
Fix TLSv1.3 ticket nonces
commit
|
commitdiff
|
tree
2018-06-07
Matt Caswell
Fix EAP-FAST
commit
|
commitdiff
|
tree
2018-06-07
Matt Caswell
Fix no-dsa
commit
|
commitdiff
|
tree
2018-06-04
Matt Caswell
Rebuild error codes
commit
|
commitdiff
|
tree
2018-06-04
Matt Caswell
Use lowercase for internal SM2 symbols
commit
|
commitdiff
|
tree
2018-06-04
Matt Caswell
Remove non-existant functions from libcrypto.num
commit
|
commitdiff
|
tree
2018-06-04
Matt Caswell
More more on SM2 error codes and tidy up
commit
|
commitdiff
|
tree
2018-06-04
Matt Caswell
Improve use of the test framework in the SM2 internal...
commit
|
commitdiff
|
tree
2018-06-04
Matt Caswell
Further work on SM2 error codes
commit
|
commitdiff
|
tree
2018-06-04
Matt Caswell
Add test recipes for internal SM2 tests
commit
|
commitdiff
|
tree
2018-06-04
Jack Lloyd
Set SM2 error codes
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-06-04
Jack Lloyd
Make SM2 functions private
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-05-31
Matt Caswell
Don't call setsockopt with an invalid fd
commit
|
commitdiff
|
tree
2018-05-31
Matt Caswell
Fix a memory leak in an error path
commit
|
commitdiff
|
tree
2018-05-31
Matt Caswell
Free a variable
commit
|
commitdiff
|
tree
2018-05-31
Matt Caswell
Free a variable on an error path
commit
|
commitdiff
|
tree
2018-05-31
Matt Caswell
Only set TCP_NODELAY if the protocol is TCP
commit
|
commitdiff
|
tree
2018-05-31
Matt Caswell
EVP_MD_size() can return an error
commit
|
commitdiff
|
tree
2018-05-31
Matt Caswell
Remove some logically dead code
commit
|
commitdiff
|
tree
2018-05-31
Matt Caswell
Remove some logically dead code
commit
|
commitdiff
|
tree
2018-05-30
Dmitry Belyavskiy
Text description of GOST signature algorithms
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-05-30
Dmitry Belyavskiy
Send GOST SignatureAlgorithms when TLS 1.2 in use
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-05-30
Dmitry Belyavskiy
Bugfix: GOST2012 certificates for GOST ciphersuites...
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-05-29
Todd Short
Replace strdup() with OPENSSL_strdup()
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-05-29
Todd Short
Fix no-sm2 with clang
Reviewed-by:
Matt Caswell
<matt@openssl.org>
commit
|
commitdiff
|
tree
2018-05-29
Matt Caswell
Test that a ^ 0 mod -1 is always 0
commit
|
commitdiff
|
tree
2018-05-29
Matt Caswell
The result of a ^ 0 mod -1 is 0 not 1
commit
|
commitdiff
|
tree
next