summaryrefslogtreecommitdiff
path: root/lib/libssl/ssl_ciph.c
AgeCommit message (Expand)Author
2014-10-15Add cipher aliases for DHE (the correct name for EDH) and ECDHE (theJoel Sing
2014-10-03Use string literals in printf style calls so gcc's -Wformat works.Doug Hogan
2014-09-19Add CHACHA20 as a cipher symmetric encryption alias.Joel Sing
2014-09-07Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them,Joel Sing
2014-07-12The correct name for EDH is DHE, likewise EECDH should be ECDHE.Joel Sing
2014-07-12Remove remnants from PSK, KRB5 and SRP.Joel Sing
2014-07-12Make disabling last cipher work.Philip Guenther
2014-07-11Remove the PSK code. We don't need to drag around thisBob Beck
2014-07-10Remove more compression tendrils.Joel Sing
2014-07-10Remove more compression related code.Joel Sing
2014-07-10Put back some parts of the public SSL API that should not have beenJoel Sing
2014-07-10decompress libssl. ok beck jsingTed Unangst
2014-07-09Clean up and simplify SSL_CIPHER_description by always using asprintf. IfJoel Sing
2014-07-09tedu the SSL export cipher handling - since we do not have enabled exportJoel Sing
2014-07-08Remove SSL_FIPS.Joel Sing
2014-06-18Use asprintf() instead of a fixed 128-byte size in SSL_CIPHER_description()Miod Vallat
2014-06-18In SSL_COMP_add_compression_method(), make sure error cases actually returnMiod Vallat
2014-06-13Add ChaCha20-Poly1305 based ciphersuites.Joel Sing
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-06-08Add an SSL_CIPHER_ALGORITHM2_AEAD flag that is used to mark a cipher asJoel Sing
2014-06-01Use C99 initialisers for cipher_aliases. This improves readability,Joel Sing
2014-05-30More KNF.Joel Sing
2014-05-29unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them.Ted Unangst
2014-05-29repair KNF indentTheo de Raadt
2014-05-27Wrap some long lines.Joel Sing
2014-05-27Remove MemCheck_{on,off} that escaped last time around.Joel Sing
2014-05-27More KNF.Joel Sing
2014-05-26Unchecked malloc() return value in SSL_COMP_add_compression_method(), in theMiod Vallat
2014-05-25Remove TLS_DEBUG, SSL_DEBUG, CIPHER_DEBUG and OPENSSL_RI_DEBUG. Much ofJoel Sing
2014-05-25Turn off MemCheck_on and MemCheck_off. These calls are pointless since theJoel Sing
2014-05-25The ssl_ciper_get_evp() function is currently overloaded to also return theJoel Sing
2014-05-24In ssl_cipher_get_evp(), fix off-by-one in index validation before accessingMiod Vallat
2014-05-20KSSL is dead... nuke KSSL_DEBUG from orbit.Joel Sing
2014-05-05Remove SRP and Kerberos support from libssl. These are complex protocolsTed Unangst
2014-04-22switch to reallocarrayTed Unangst
2014-04-21use mallocarray(a,b) instead of malloc(a*b)Theo de Raadt
2014-04-21more malloc/realloc/calloc cleanups; ok beck kettenisTheo de Raadt
2014-04-20Use calloc(a,b) instead of malloc(a*b) + memset(a*b). I don't know ifTheo de Raadt
2014-04-19More KNF and style consistency tweaksPhilip Guenther
2014-04-17always build in RSA and DSA. ok deraadt miodTed Unangst
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-16add back SRP. i was being too greedy.Ted Unangst
2014-04-16disentangle SRP code from TLSTed Unangst
2014-04-15repair some whitespaceTed Unangst
2014-04-15remove FIPS mode support. people who require FIPS can buy something thatTed Unangst
2014-04-15Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternityBob Beck
2014-04-14Flense all use of BIO_snprintf from ssl source - use the real one instead,Bob Beck
2014-04-14First pass at applying KNF to the OpenSSL code, which almost makes itJoel Sing
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.Miod Vallat
2012-10-13resolve conflictsDamien Miller