projects
/
oweals
/
openssl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
DANE support structures, constructructors and accessors
[oweals/openssl.git]
/
ssl
/
2016-01-06
Viktor Dukhovni
DANE support structures, constructructors and accessors
tree
|
commitdiff
2016-01-02
Richard Levitte
Instead of a local hack, implement SIZE_MAX in numbers...
tree
|
commitdiff
2016-01-02
Viktor Dukhovni
Protocol version selection and negotiation rewrite
tree
|
commitdiff
2016-01-02
Kurt Roeckx
Add support for minimum and maximum protocol version
tree
|
commitdiff
2016-01-01
Ben Laurie
Fix no-dh.
tree
|
commitdiff
2016-01-01
Dr. Stephen Henson
remove invalid free
tree
|
commitdiff
2015-12-31
Dr. Stephen Henson
Use X509_get0_pubkey where appropriate
tree
|
commitdiff
2015-12-30
Richard Levitte
Correct missing prototype
tree
|
commitdiff
2015-12-30
Richard Levitte
SIZE_MAX doesn't exist everywhere, supply an alternative
tree
|
commitdiff
2015-12-30
Dr. Stephen Henson
Check for missing DSA parameters.
tree
|
commitdiff
2015-12-29
Dr. Stephen Henson
Convert RSA encrypt to use EVP_PKEY
tree
|
commitdiff
2015-12-27
Matt Caswell
Increase the max size limit for a CertificateRequest...
tree
|
commitdiff
2015-12-27
Matt Caswell
Simplify calling of the OCSP callback
tree
|
commitdiff
2015-12-27
Matt Caswell
Ensure we don't call the OCSP callback if resuming...
tree
|
commitdiff
2015-12-27
Matt Caswell
Fix error when server does not send CertificateStatus...
tree
|
commitdiff
2015-12-24
Dr. Stephen Henson
fix no-ec
tree
|
commitdiff
2015-12-23
Dr. Stephen Henson
Server side EVP_PKEY DH support
tree
|
commitdiff
2015-12-23
Dr. Stephen Henson
utility function
tree
|
commitdiff
2015-12-23
Dr. Stephen Henson
EVP_PKEY DH client support.
tree
|
commitdiff
2015-12-23
Dr. Stephen Henson
Always generate DH keys for ephemeral DH cipher suites.
tree
|
commitdiff
2015-12-23
Kurt Roeckx
Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS...
tree
|
commitdiff
2015-12-23
Todd Short
Memory leak in state machine in error path
tree
|
commitdiff
2015-12-23
Matt Caswell
Fix inline build failure
tree
|
commitdiff
2015-12-22
Dr. Stephen Henson
Add ossl_inline
tree
|
commitdiff
2015-12-22
Dr. Stephen Henson
remove unused error code
tree
|
commitdiff
2015-12-22
Dr. Stephen Henson
make update
tree
|
commitdiff
2015-12-22
Dr. Stephen Henson
make errors
tree
|
commitdiff
2015-12-22
Dr. Stephen Henson
Load module in SSL_library_init
tree
|
commitdiff
2015-12-22
Dr. Stephen Henson
Add ssl_mcnf.c to Makefile
tree
|
commitdiff
2015-12-22
Dr. Stephen Henson
SSL library configuration module.
tree
|
commitdiff
2015-12-19
Dr. Stephen Henson
Remove fixed DH ciphersuites.
tree
|
commitdiff
2015-12-19
Dr. Stephen Henson
delete unused context
tree
|
commitdiff
2015-12-18
Richard Levitte
Remove the "eay" c-file-style indicators
tree
|
commitdiff
2015-12-17
Matt Caswell
Add SSL_CIPHER_description() for Chacha20/Poly1305
tree
|
commitdiff
2015-12-16
Rich Salz
Rename some BUF_xxx to OPENSSL_xxx
tree
|
commitdiff
2015-12-16
Dr. Stephen Henson
fix for no-ec
tree
|
commitdiff
2015-12-16
Dr. Stephen Henson
Use EVP_PKEY for client side EC.
tree
|
commitdiff
2015-12-16
Dr. Stephen Henson
Use EVP_PKEY for server EC.
tree
|
commitdiff
2015-12-16
Dr. Stephen Henson
Add ECDH/DH utility functions.
tree
|
commitdiff
2015-12-16
Dr. Stephen Henson
remove unnecessary key copy
tree
|
commitdiff
2015-12-16
Dr. Stephen Henson
Remove ECDH client auth code.
tree
|
commitdiff
2015-12-16
Dr. Stephen Henson
Remove SSL_OP_SINGLE_ECDH_USE code.
tree
|
commitdiff
2015-12-16
Dr. Stephen Henson
Use EC_KEY_key2buf and EC_oct2key in libssl.
tree
|
commitdiff
2015-12-15
Matt Caswell
Fix compile failure with no-srp
tree
|
commitdiff
2015-12-13
Ben Laurie
Don't use EC when no-ec.
tree
|
commitdiff
2015-12-13
Dr. Stephen Henson
fix warning
tree
|
commitdiff
2015-12-13
Dr. Stephen Henson
remove ancient SSLeay bug workaround
tree
|
commitdiff
2015-12-13
tjmao
Allow ChaCha20-Poly1305 in DTLS
tree
|
commitdiff
2015-12-13
Rich Salz
Revert "Allow ChaCha20-Poly1305 in DTLS"
tree
|
commitdiff
2015-12-11
Matt Caswell
Fix compile failure
tree
|
commitdiff
2015-12-11
Rich Salz
Allow ChaCha20-Poly1305 in DTLS
tree
|
commitdiff
2015-12-11
Ben Laurie
Make no-dh work, plus other no-dh problems found by...
tree
|
commitdiff
2015-12-10
Matt Caswell
Ensure |rwstate| is set correctly on BIO_flush
tree
|
commitdiff
2015-12-10
Matt Caswell
Fix DTLS handshake fragment retries
tree
|
commitdiff
2015-12-10
Matt Caswell
Add a return value check
tree
|
commitdiff
2015-12-10
Andy Polyakov
Configure: make no-chacha and no-poly1305 work.
tree
|
commitdiff
2015-12-10
Andy Polyakov
Wire ChaCha20-Poly1305 to TLS.
tree
|
commitdiff
2015-12-09
Richard Levitte
Fix warnings about unused variables when EC is disabled.
tree
|
commitdiff
2015-12-09
Dr. Stephen Henson
make update
tree
|
commitdiff
2015-12-08
Dr. Stephen Henson
update errors
tree
|
commitdiff
2015-12-08
Dr. Stephen Henson
Extended master secret fixes and checks.
tree
|
commitdiff
2015-12-07
Richard Levitte
Fix clang complaints about uninitialised variables.
tree
|
commitdiff
2015-12-07
Richard Levitte
Cleanup: fix all sources that used EVP_MD_CTX_(create...
tree
|
commitdiff
2015-12-07
Richard Levitte
Adapt the rest of the source to the removal of (EVP_MD_...
tree
|
commitdiff
2015-12-07
Richard Levitte
Adapt the rest of the source to the opaque HMAC_CTX
tree
|
commitdiff
2015-12-07
Richard Levitte
Adjust all accesses to EVP_MD_CTX to use accessor funct...
tree
|
commitdiff
2015-12-07
Richard Levitte
Adapt HMAC to the EVP_MD_CTX changes
tree
|
commitdiff
2015-12-06
Viktor Dukhovni
Really disable 56-bit (single-DES) ciphers
tree
|
commitdiff
2015-12-05
Kurt Roeckx
Remove support for all 40 and 56 bit ciphers.
tree
|
commitdiff
2015-12-04
Kurt Roeckx
Remove SSL_{CTX_}set_ecdh_auto() and always enable...
tree
|
commitdiff
2015-12-04
Kurt Roeckx
Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()
tree
|
commitdiff
2015-12-04
Kurt Roeckx
Remove support for SSL_{CTX_}set_tmp_ecdh_callback().
tree
|
commitdiff
2015-12-04
Matt Caswell
Fix EAP FAST in the new state machine
tree
|
commitdiff
2015-12-04
Viktor Dukhovni
Revert unnecessary SSL_CIPHER_get_bits API change
tree
|
commitdiff
2015-12-02
Dr. Stephen Henson
Remove legacy sign/verify from EVP_MD.
tree
|
commitdiff
2015-12-01
Rich Salz
ex_data part 2: doc fixes and CRYPTO_free_ex_index.
tree
|
commitdiff
2015-11-30
Dr. Stephen Henson
Remove GOST special case: handled automatically now.
tree
|
commitdiff
2015-11-30
Dr. Stephen Henson
Use digest indices for signature algorithms.
tree
|
commitdiff
2015-11-30
Dr. Stephen Henson
For TLS < 1.2 use default digest for client certificate
tree
|
commitdiff
2015-11-30
Dr. Stephen Henson
Use digest tables for defaults.
tree
|
commitdiff
2015-11-27
Dr. Stephen Henson
fix function code discrepancy
tree
|
commitdiff
2015-11-27
Dr. Stephen Henson
PRF and handshake hash revision.
tree
|
commitdiff
2015-11-27
Matt Caswell
Updates to GOST2012
tree
|
commitdiff
2015-11-25
Dr. Stephen Henson
Remove unused cert_verify_mac code
tree
|
commitdiff
2015-11-24
Pascal Cuoq
ssl3_free(): Return if it wasn't created
tree
|
commitdiff
2015-11-24
Dr. Stephen Henson
Use EVP_md5_sha1() to process client verify
tree
|
commitdiff
2015-11-24
Dr. Stephen Henson
Use EVP_md5_sha1() to generate client verify
tree
|
commitdiff
2015-11-24
Dr. Stephen Henson
Remove RSA exception when generating server key exchange.
tree
|
commitdiff
2015-11-24
Dr. Stephen Henson
Remove RSA exception when processing server key exchange.
tree
|
commitdiff
2015-11-24
Dr. Stephen Henson
Use MD5+SHA1 for default digest if appropriate.
tree
|
commitdiff
2015-11-23
Rich Salz
Fix a few missed "if (!ptr)" cleanups
tree
|
commitdiff
2015-11-23
Dmitry Belyavsky
Patch containing TLS implementation for GOST 2012
tree
|
commitdiff
2015-11-21
Viktor Dukhovni
Good hygiene with size_t output argument.
tree
|
commitdiff
2015-11-20
Matt Caswell
Rename start_async_job to ssl_start_async_job
tree
|
commitdiff
2015-11-20
Matt Caswell
Clean up libssl async calls
tree
|
commitdiff
2015-11-20
Matt Caswell
Fix the error code for SSL_get_async_wait_fd()
tree
|
commitdiff
2015-11-20
Matt Caswell
Remove ASYNC_in_job()
tree
|
commitdiff
2015-11-20
Matt Caswell
Initial Async notify code changes
tree
|
commitdiff
2015-11-20
Matt Caswell
Async clean ups
tree
|
commitdiff
2015-11-20
Matt Caswell
Make libssl async aware
tree
|
commitdiff
next