summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up more SSLv2 remnants.jsing2014-11-081-2/+1
* Remove remnants from RC2 and SEED - there are no longer any cipher suitesjsing2014-11-021-13/+11
* Add support for automatic DH ephemeral keys.jsing2014-10-311-1/+3
* Remove support for ephemeral/temporary RSA private keys.jsing2014-10-311-4/+1
* Add support for automatic ephemeral EC keys.jsing2014-10-031-2/+6
* Clean up EC cipher handling in ssl3_choose_cipher().jsing2014-09-301-1/+4
* Check that the specified curve is one of the client preferences.jsing2014-09-271-1/+2
* Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them,jsing2014-09-071-6/+3
* Replace the remaining uses of ssl3_put_cipher_by_char() with s2n and ajsing2014-08-241-2/+3
* Replace the remaining ssl3_get_cipher_by_char() calls with n2s() andjsing2014-08-231-2/+3
* Provide a ssl3_get_cipher_by_id() function that allows ciphers to be lookedjsing2014-08-111-1/+2
* Since we no longer need to support SSLv2-style cipher lists, startjsing2014-08-101-8/+2
* The RSA, DH, and ECDH temporary key callbacks expect the number of keybitsguenther2014-07-281-1/+7
* The correct name for EDH is DHE, likewise EECDH should be ECDHE.jsing2014-07-121-4/+4
* Provide ssl_version_string() function, which uses one of those modern Cjsing2014-07-121-1/+2
* Remove remnants from PSK, KRB5 and SRP.jsing2014-07-121-7/+2
* No need to keep ssl23_foo() flavours mapping to ssl3_foo().miod2014-07-111-4/+1
* Remove more compression related code.jsing2014-07-101-2/+1
* decompress libssl. ok beck jsingtedu2014-07-101-15/+1
* tedu the SSL export cipher handling - since we do not have enabled exportjsing2014-07-091-53/+2
* Remove SSL_FIPS.jsing2014-07-081-2/+1
* Nuke SSL_NOT_EXP since it does nothing.jsing2014-07-081-2/+1
* Pull the code that builds a DTLS sequence number out into its own functionjsing2014-06-211-2/+5
* Rename ssl3_record_sequence_update() to ssl3_record_sequence_increment(),jsing2014-06-151-5/+5
* Add ChaCha20-Poly1305 based ciphersuites.jsing2014-06-131-1/+2
* Add an SSL_AEAD_CTX to enable the use of EVP_AEAD with an SSL cipher.jsing2014-06-131-1/+22
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Add an SSL_CIPHER_ALGORITHM2_AEAD flag that is used to mark a cipher asjsing2014-06-081-0/+19
* http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2016265dfbab162ec...deraadt2014-06-071-1/+0
* ECDH and ECDSA will not work overly well if there is no EC, so unifdefjsing2014-05-311-4/+0
* TLS would not be entirely functional without extensions, so unifdefjsing2014-05-311-4/+0
* While working on another diff I ended up looking to see why on earth thejsing2014-05-301-1/+1
* we no longer care that these aren't used for ssl2tedu2014-05-291-2/+2
* unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them.tedu2014-05-291-10/+0
* Make it substantially easier to identify protocol version requirementsjsing2014-05-291-2/+35
* Remove unused defines.miod2014-05-271-9/+0
* remove unused shit. from Alexander Schrijvertedu2014-05-251-13/+0
* The ssl_ciper_get_evp() function is currently overloaded to also return thejsing2014-05-251-2/+2
* DeIMPLEMENT libssl. Expand the IMPLEMENT_* macros since it is far morejsing2014-05-241-153/+2
* There are two actual uses of e_os2.h in libssl - an OPENSSL_GLOBAL (anjsing2014-05-221-3/+1
* Stop pulling pqueue.h into ssl_locl.h since only a small part of libssljsing2014-05-221-2/+0
* No longer make pqueue.h a public (and installed) header file. Replace itsmiod2014-05-151-0/+2
* Remove orphaned l2n6 and n2l6 macros.miod2014-04-271-14/+0
* Unifdef -U OPENSSL_BUILD_SHLIBCRYPTO, since all it causes under Unix is tomiod2014-04-271-5/+0
* Unifdef -UPKCS1_CHECK and remove SSL_OP_PKCS1_CHECK_[12], this is leftovermiod2014-04-231-2/+0
* The internal ssl2_* functions and variables are goneguenther2014-04-191-30/+0
* always build in RSA and DSA. ok deraadt miodtedu2014-04-171-8/+0
* quick pass at removing ability to disable sha256 and sha512. ok miodtedu2014-04-171-4/+0
* TANSTAAFL - delete the buf freelist code. if you need a better malloc, gettedu2014-04-161-12/+0
* Kill the bogus "send an SSLv3/TLS hello in SSLv2 format" crap fromguenther2014-04-161-38/+1