summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_ciph.c
AgeCommit message (Expand)Author
2021-12-14Update copyright yearMatt Caswell
2021-11-04Fix a memory leak in ssl_create_cipher_listBernd Edlinger
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-04Fix SSL_set_ciphersuites to set even if no call to SSL_set_cipher_listraja-ashok
2019-02-26Update copyright yearMatt Caswell
2019-01-15Add missing entries in ssl_mac_pkey_idMatt Caswell
2018-09-18ssl/ssl_ciph.c: make set_ciphersuites staticDr. Matthias St. Pierre
2018-08-07Harmonize use of sk_TYPE_find's return value.Andy Polyakov
2018-04-04Fix configuration of TLSv1.3 ciphersuitesMatt Caswell
2018-04-03Set error code on alloc failuresRich Salz
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-06Stop using unimplemented cipher classes.Bernd Edlinger
2017-12-27Alternate fix for ../test/recipes/80-test_ssl_old.t with no-ecBernd Edlinger
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