summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_ciph.c
AgeCommit message (Expand)Author
2017-10-18Remove parentheses of return.KaoruToda
2017-08-31Add ARIA as an alias for all ARIA based modes.Pauli
2017-08-30Introduce SSL_CIPHER_get_protocol_idPaul Yang
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-22Fix ctype arguments.Pauli
2017-08-03Move ossl_assertMatt Caswell
2017-07-30Fix typos in files in ssl directoryXiaoyin Liu
2017-07-21Support converting cipher name to RFC name and vice versaPaul Yang
2017-07-13Use certificate tables instead of ssl_cipher_get_cert_index.Dr. Stephen Henson
2017-07-13Add certificate properties table.Dr. Stephen Henson
2017-06-21PSK related tweaks based on review feedbackMatt Caswell
2017-06-21Add a function to get the handshake digest for an SSL_CIPHERMatt Caswell
2017-06-21Merge Nokia copyright notice into standardRich Salz
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2017-05-22Replace instances of OPENSSL_assert() with soft asserts in libsslMatt Caswell
2017-03-01Remove some obsolete/obscure internal define switches:Emilia Kasper
2017-02-28Remove some commented out code in libsslMatt Caswell
2017-02-28Clean up references to FIPSEmilia Kasper
2017-02-23Let ssl_get_cipher_by_char yield not-valid ciphersBenjamin Kaduk
2017-02-21Implementation of the ARIA cipher as described in RFC 5794.Pauli
2017-02-14mem leak on error path and error propagation fixYuchi
2017-02-10Replace SSL_PKEY_RSA_ENC, SSL_PKEY_RSA_SIGNDr. Stephen Henson
2017-02-08Add NID_auth_any and NID_kx_any NIDs.Dr. Stephen Henson
2017-02-08Add SSL_kANY and SSL_aANYDr. Stephen Henson
2017-01-30Always ensure that session->cipher is setMatt Caswell
2017-01-30Implement Server side of PSK extension parsingMatt Caswell
2017-01-25Fix a few misspellings.FdaSilvaYY
2016-11-16Remove a hack from ssl_test_oldMatt Caswell
2016-11-04Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell
2016-11-04Convert master_secret_size code to size_tMatt Caswell
2016-11-02Add DTLS_get_data_mtu() functionDavid Woodhouse
2016-11-02Use ciphersuite id when matching if we've got oneMatt 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