summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_ciph.c
AgeCommit message (Expand)Author
2018-08-03Use auto-null-initializerRich Salz
2018-03-27Update copyright yearMatt Caswell
2018-01-06Stop using unimplemented cipher classes.Bernd Edlinger
2017-08-22Fix ctype arguments.Pauli
2017-02-14mem leak on error path and error propagation fixYuchi
2016-11-16Remove a hack from ssl_test_oldMatt Caswell
2016-08-26Remove trailing zerosRich Salz
2016-08-18Indent ssl/Emilia Kasper
2016-08-06Fix CIPHER_DEBUGJimC
2016-07-22Have load_buildtin_compression in ssl/ssl_ciph.c return RUN_ONCE resultRichard Levitte
2016-07-19Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte
2016-06-23Add checks on sk_TYPE_push() returned resultFdaSilvaYY
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-04-29Fix building with -DCHARSET_EBCDICMatt Caswell
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-13Deprecate SSL_COMP_free_compression_methods() and make it a no-opMatt Caswell
2016-03-22Check algo_strength using SSL_STRONG_MASKKurt Roeckx
2016-03-20Remove #error from include files.Rich Salz
2016-03-17Report TLS 1.0 as backwards-compatible TLSv1Viktor Dukhovni
2016-03-16Sort cipher-list at runtime.Rich Salz
2016-03-12Fix no-comp buildEmilia Kasper
2016-03-09Move disabling of RC4 for DTLS to the cipher list.Kurt Roeckx
2016-03-09Remove DES cipher aliasKurt Roeckx
2016-03-09Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx
2016-03-09Make SSL_CIPHER_get_version return a const char *Kurt Roeckx
2016-03-09Remove unused codeKurt Roeckx
2016-03-08Fix SSL_CIPHER_get_auth_nid returnTodd Short
2016-03-08Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini
2016-03-08GH787: Fix ALPNTodd Short
2016-03-08Add cipher query functionsTodd Short
2016-03-07Rework the default cipherlist.Emilia Kasper
2016-03-04Don't mark the eNULL ciphers as non-default.Kurt Roeckx
2016-02-25GH715: ENGINE_finish can take NULLRich Salz
2016-02-18Fix {TLS,CIPHER}_DEBUG compiles.Rich Salz
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-11Remove static ECDH support.Dr. Stephen Henson
2016-02-10Add CHACHA20 alias for ciphers.Todd Short
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-11GH528: "cipher -v" output is confusing.Rich Salz
2016-01-07mem functions cleanupRich Salz
2016-01-02Protocol version selection and negotiation rewriteViktor Dukhovni
2015-12-19Remove fixed DH ciphersuites.Dr. Stephen Henson
2015-12-17Add SSL_CIPHER_description() for Chacha20/Poly1305Matt Caswell
2015-12-10Wire ChaCha20-Poly1305 to TLS.Andy Polyakov
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx
2015-12-04Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx
2015-12-04Revert unnecessary SSL_CIPHER_get_bits API changeViktor Dukhovni
2015-11-30Use digest indices for signature algorithms.Dr. Stephen Henson
SOURCE_OBJ = @GRESOURCE_OBJ@ GTK_UPDATE_ICON_CACHE = @GTK_UPDATE_ICON_CACHE@ UPDATE_DESKTOP_DATABASE = @UPDATE_DESKTOP_DATABASE@ ### Any OS dependent extra source and object file OS_EXTRA_SRC = @OS_EXTRA_SRC@ OS_EXTRA_OBJ = @OS_EXTRA_OBJ@ ### If the *.po files are to be translated to *.mo files. MAKEMO = @MAKEMO@ MSGFMT = @MSGFMT@ MSGFMT_DESKTOP = @MSGFMT_DESKTOP@ ### set if $SOURCE_DATE_EPOCH was set when running configure BUILD_DATE_MSG = @BUILD_DATE_MSG@ # Make sure that "make first" will run "make all" once configure has done its # work. This is needed when using the Makefile in the top directory. first: all