| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -102/+198 |
* | resolve conflicts | djm | 2009-01-09 | 1 | -0/+4 |
* | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 1 | -1/+3 |
* | resolve conflicts | djm | 2008-09-06 | 1 | -44/+397 |
* | resolve conflicts | djm | 2006-06-27 | 1 | -2/+3 |
* | resolve conflicts | djm | 2005-04-29 | 1 | -5/+7 |
* | merge with openssl-0.9.7-stable-SNAP-20020911, | markus | 2002-09-14 | 1 | -4/+1 |
* | merge openssl-0.9.7-beta3, tested on vax by miod@ | markus | 2002-09-10 | 1 | -7/+8 |
* | merge with 0.9.7-beta1 | markus | 2002-09-05 | 1 | -1/+1 |
* | apply patches from OpenSSL Security Advisory [30 July 2002], | markus | 2002-07-30 | 1 | -0/+3 |
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -39/+49 |
* | openssl-engine-0.9.6a merge | beck | 2001-06-22 | 1 | -3/+56 |
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -2/+3 |
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -48/+104 |
* | OpenSSL 0.9.4 merge | beck | 1999-09-29 | 1 | -179/+120 |