projects
/
oweals
/
openssl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oweals/openssl.git
2017-01-10
Matt Caswell
Fix no-ec following sigalgs refactor
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Fix tls1_set_sigalgs() length calculation
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Add some missing sigalgs
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Fix an uninit read picked up by Travis
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Fix a Travis failure
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Add some signature tests
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Teach TLSProxy how to re-encrypt a TLSv1.3 message...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Extend ServerKeyExchange parsing to work with a signature
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Teach TLSProxy about the CertificateVerify message
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Teach SSL_trace about the new sigalgs
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Add a sigalg test to check we only allow sigalgs we...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Extend PSS signature support to TLSv1.2
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Fix test_sslversions to know that TLSv1.3 sets record...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Always use TLSv1.0 for record layer version in TLSv1.3
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Add a TLS1.3 TODO for setting of sig algs
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Add some sig algs tests
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Ignore PKCS1 based sig algs in TLSv1.3
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Verify that the sig algs extension has been sent for...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Fix client application traffic secret
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Temporarily ignore NewSessionTickets for TLS1.3
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Use the correct size for TLSv1.3 finished keys
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Ensure the record sequence number gets incremented
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Remove some unneeded functions
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Use NIDs instead of the old TLSv1.2 sigalgs hash and...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Remove a redundant function
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Convert Sigalgs processing to use ints
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Sign CertificateVerify messages using PSS padding
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Make CertificateVerify TLS1.3 aware
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Move Certificate Verify construction and processing...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Add a TODO(TLS1.3) around certificate selection
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Rich Salz
Fix typo in Blake2 function names
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Kurt Roeckx
Print the X509 version signed, and convert to unsigned...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Richard Levitte
Only enable CRYPTO_3DES_ECB if that name is an existing...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Richard Levitte
Small fixes of cryptodev engine
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Matt Caswell
Mark a HelloRequest record as read if we ignore it
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Iaroslav Gridin
use EVP_CIPHER_CTX_ functions instead of accessing...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Iaroslav Gridin
fix for BSD cryptodev
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Iaroslav Gridin
Remove commented-out HMAC code
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Iaroslav Gridin
Style the code
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Iaroslav Gridin
Remove unused ret variable
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Iaroslav Gridin
Remove non-functional CRYPTO_AES_CTR ifdef disabling...
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Iaroslav Gridin
Add AES-ECB and 3DES-ECB to cryptodev
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Nikos Mavrogiannopoulos
cryptodev: allow copying EVP contexts
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Nikos Mavrogiannopoulos
cryptodev: Fix issue with signature generation
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Rich Salz
Review comments
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Rich Salz
Use typedefs for PSK, NPN, ALPN callback functions
commit
|
commitdiff
|
tree
|
snapshot
2017-01-10
Rich Salz
Move extension data into sub-structs
commit
|
commitdiff
|
tree
|
snapshot
2017-01-09
Richard Levitte
Fix build issues with no-dh, no-dsa and no-ec
commit
|
commitdiff
|
tree
|
snapshot
2017-01-09
Bernd Edlinger
Fix a memory leak in RSA_padding_add_PKCS1_OAEP_mgf1
commit
|
commitdiff
|
tree
|
snapshot
2017-01-09
Rich Salz
Rename "verify_cb" to SSL_verify_cb
commit
|
commitdiff
|
tree
|
snapshot
2017-01-09
Rich Salz
Doc nits: callback function typedefs
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
Add server temp key type checks
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
Add new ssl_test option.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
fix a few more style issues
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
Documentation clarification and fixes.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
Remove unnecessary frees and style fixes.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
fix typo and remove duplicate macro
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
Add documentation for PSS control operations.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
Use more desciptive macro name rsa_pss_restricted()
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
style issues
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
free str on error
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
clarify comment
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
fix various style issues
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
make update
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
add test for invalid key parameters
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
document RSA-PSS algorithm options
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
add PSS key tests
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
print errors in pkey utility
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
make errors
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
add parameter error
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
Set EVP_PKEY_CTX in SignerInfo
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
Only allow PSS padding for PSS keys.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
Decode parameters properly.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
Return errors PKCS#7/CMS enveloped data ctrls and PSS
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
Add PSS parameter restrictions.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
Initial parameter restrictions.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
Add rsa_pss_get_param.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
Don't allow PKCS#7/CMS encrypt with PSS.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
Add macros to determine if key or ctx is PSS.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
Support pad mode get/set for PSS keys.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
Key gen param support.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
Set PSS padding mode for PSS keys.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
Digest string helper function.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
Support RSA operations in PSS.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
PSS EVP_PKEY method
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
RSA-PSS key printing.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
PSS parameter encode and decode.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
Split PSS parameter creation.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
Use method key type instead of EVP_PKEY_RSA
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
PSS ASN.1 method
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
add EVP_PKEY_RSA_PSS
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
Add pss field to RSA structure and free it.
commit
|
commitdiff
|
tree
|
snapshot
2017-01-08
Dr. Stephen...
Cache maskHash parameter
commit
|
commitdiff
|
tree
|
snapshot
2017-01-06
Kurt Roeckx
Update fuzz corpora
commit
|
commitdiff
|
tree
|
snapshot
2017-01-06
Kurt Roeckx
Make client and server fuzzer reproducible
commit
|
commitdiff
|
tree
|
snapshot
2017-01-06
Kurt Roeckx
Make the bignum fuzzer reproducible
commit
|
commitdiff
|
tree
|
snapshot
2017-01-06
Kurt Roeckx
Update fuzz documentation
commit
|
commitdiff
|
tree
|
snapshot
2017-01-06
Kurt Roeckx
Make rand_add predictable when fuzzing
commit
|
commitdiff
|
tree
|
snapshot
2017-01-06
Kurt Roeckx
server fuzzer: add support for DSA and ECDSA
commit
|
commitdiff
|
tree
|
snapshot
2017-01-06
Matt Caswell
Fix various style issues following feedback
commit
|
commitdiff
|
tree
|
snapshot
next