| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace the remaining ssl3_get_cipher_by_char() calls with n2s() and | jsing | 2014-08-23 | 1 | -2/+3 |
* | Provide a ssl3_get_cipher_by_id() function that allows ciphers to be looked | jsing | 2014-08-11 | 1 | -1/+2 |
* | Since we no longer need to support SSLv2-style cipher lists, start | jsing | 2014-08-10 | 1 | -8/+2 |
* | The RSA, DH, and ECDH temporary key callbacks expect the number of keybits | guenther | 2014-07-28 | 1 | -1/+7 |
* | The correct name for EDH is DHE, likewise EECDH should be ECDHE. | jsing | 2014-07-12 | 1 | -4/+4 |
* | Provide ssl_version_string() function, which uses one of those modern C | jsing | 2014-07-12 | 1 | -1/+2 |
* | Remove remnants from PSK, KRB5 and SRP. | jsing | 2014-07-12 | 1 | -7/+2 |
* | No need to keep ssl23_foo() flavours mapping to ssl3_foo(). | miod | 2014-07-11 | 1 | -4/+1 |
* | Remove more compression related code. | jsing | 2014-07-10 | 1 | -2/+1 |
* | decompress libssl. ok beck jsing | tedu | 2014-07-10 | 1 | -15/+1 |
* | tedu the SSL export cipher handling - since we do not have enabled export | jsing | 2014-07-09 | 1 | -53/+2 |
* | Remove SSL_FIPS. | jsing | 2014-07-08 | 1 | -2/+1 |
* | Nuke SSL_NOT_EXP since it does nothing. | jsing | 2014-07-08 | 1 | -2/+1 |
* | Pull the code that builds a DTLS sequence number out into its own function | jsing | 2014-06-21 | 1 | -2/+5 |
* | Rename ssl3_record_sequence_update() to ssl3_record_sequence_increment(), | jsing | 2014-06-15 | 1 | -5/+5 |
* | Add ChaCha20-Poly1305 based ciphersuites. | jsing | 2014-06-13 | 1 | -1/+2 |
* | Add an SSL_AEAD_CTX to enable the use of EVP_AEAD with an SSL cipher. | jsing | 2014-06-13 | 1 | -1/+22 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
* | Add an SSL_CIPHER_ALGORITHM2_AEAD flag that is used to mark a cipher as | jsing | 2014-06-08 | 1 | -0/+19 |
* | http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2016265dfbab162ec... | deraadt | 2014-06-07 | 1 | -1/+0 |
* | ECDH and ECDSA will not work overly well if there is no EC, so unifdef | jsing | 2014-05-31 | 1 | -4/+0 |
* | TLS would not be entirely functional without extensions, so unifdef | jsing | 2014-05-31 | 1 | -4/+0 |
* | While working on another diff I ended up looking to see why on earth the | jsing | 2014-05-30 | 1 | -1/+1 |
* | we no longer care that these aren't used for ssl2 | tedu | 2014-05-29 | 1 | -2/+2 |
* | unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them. | tedu | 2014-05-29 | 1 | -10/+0 |
* | Make it substantially easier to identify protocol version requirements | jsing | 2014-05-29 | 1 | -2/+35 |
* | Remove unused defines. | miod | 2014-05-27 | 1 | -9/+0 |
* | remove unused shit. from Alexander Schrijver | tedu | 2014-05-25 | 1 | -13/+0 |
* | The ssl_ciper_get_evp() function is currently overloaded to also return the | jsing | 2014-05-25 | 1 | -2/+2 |
* | DeIMPLEMENT libssl. Expand the IMPLEMENT_* macros since it is far more | jsing | 2014-05-24 | 1 | -153/+2 |
* | There are two actual uses of e_os2.h in libssl - an OPENSSL_GLOBAL (an | jsing | 2014-05-22 | 1 | -3/+1 |
* | Stop pulling pqueue.h into ssl_locl.h since only a small part of libssl | jsing | 2014-05-22 | 1 | -2/+0 |
* | No longer make pqueue.h a public (and installed) header file. Replace its | miod | 2014-05-15 | 1 | -0/+2 |
* | Remove orphaned l2n6 and n2l6 macros. | miod | 2014-04-27 | 1 | -14/+0 |
* | Unifdef -U OPENSSL_BUILD_SHLIBCRYPTO, since all it causes under Unix is to | miod | 2014-04-27 | 1 | -5/+0 |
* | Unifdef -UPKCS1_CHECK and remove SSL_OP_PKCS1_CHECK_[12], this is leftover | miod | 2014-04-23 | 1 | -2/+0 |
* | The internal ssl2_* functions and variables are gone | guenther | 2014-04-19 | 1 | -30/+0 |
* | always build in RSA and DSA. ok deraadt miod | tedu | 2014-04-17 | 1 | -8/+0 |
* | quick pass at removing ability to disable sha256 and sha512. ok miod | tedu | 2014-04-17 | 1 | -4/+0 |
* | TANSTAAFL - delete the buf freelist code. if you need a better malloc, get | tedu | 2014-04-16 | 1 | -12/+0 |
* | Kill the bogus "send an SSLv3/TLS hello in SSLv2 format" crap from | guenther | 2014-04-16 | 1 | -38/+1 |
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-15 | 1 | -134/+129 |
* | make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miod | tedu | 2014-04-14 | 1 | -7/+0 |
* | Cope with the removal of openssl/symhacks.h | deraadt | 2014-04-13 | 1 | -1/+0 |
* | Do not include "e_os.h" anymore. Simply pull in the necessary headers. | mpi | 2014-04-13 | 1 | -2/+6 |
* | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | miod | 2014-04-13 | 1 | -2/+5 |
* | SECURITY fixes backported from openssl-1.0.1f. ok mikeb@ | jca | 2014-02-27 | 1 | -0/+2 |
* | cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txt | markus | 2013-02-14 | 1 | -0/+38 |
* | resolve conflicts | djm | 2012-10-13 | 1 | -10/+65 |
* | OpenSSL 1.0.0f: merge | djm | 2012-01-05 | 1 | -0/+1 |