aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_ciph.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-15Add missing entries in ssl_mac_pkey_idMatt Caswell1-0/+2
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte1-1/+1
2018-09-18ssl/ssl_ciph.c: make set_ciphersuites staticDr. Matthias St. Pierre1-1/+1
2018-08-07Harmonize use of sk_TYPE_find's return value.Andy Polyakov1-4/+1
2018-04-04Fix configuration of TLSv1.3 ciphersuitesMatt Caswell1-8/+128
2018-04-03Set error code on alloc failuresRich Salz1-2/+3
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell1-5/+16
2018-01-19Copyright update of more files that have changed this yearRichard Levitte1-1/+1
2018-01-06Stop using unimplemented cipher classes.Bernd Edlinger1-4/+0
2017-12-27Alternate fix for ../test/recipes/80-test_ssl_old.t with no-ecBernd Edlinger1-1/+1
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2017-08-31Add ARIA as an alias for all ARIA based modes.Pauli1-0/+1
2017-08-30Introduce SSL_CIPHER_get_protocol_idPaul Yang1-0/+5
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett1-4/+18
2017-08-30e_os.h removal from other headers and source files.Pauli1-0/+1
2017-08-22Fix ctype arguments.Pauli1-1/+2
2017-08-03Move ossl_assertMatt Caswell1-0/+1
2017-07-30Fix typos in files in ssl directoryXiaoyin Liu1-1/+1
2017-07-21Support converting cipher name to RFC name and vice versaPaul Yang1-118/+145
2017-07-13Use certificate tables instead of ssl_cipher_get_cert_index.Dr. Stephen Henson1-21/+0
2017-07-13Add certificate properties table.Dr. Stephen Henson1-0/+9
2017-06-21PSK related tweaks based on review feedbackMatt Caswell1-2/+1
2017-06-21Add a function to get the handshake digest for an SSL_CIPHERMatt Caswell1-0/+10
2017-06-21Merge Nokia copyright notice into standardRich Salz1-27/+1
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz1-5/+1
2017-05-22Replace instances of OPENSSL_assert() with soft asserts in libsslMatt Caswell1-4/+9
2017-03-01Remove some obsolete/obscure internal define switches:Emilia Kasper1-3/+0
2017-02-28Remove some commented out code in libsslMatt Caswell1-3/+0
2017-02-28Clean up references to FIPSEmilia Kasper1-7/+1
2017-02-23Let ssl_get_cipher_by_char yield not-valid ciphersBenjamin Kaduk1-2/+3
2017-02-21Implementation of the ARIA cipher as described in RFC 5794.Pauli1-4/+1
2017-02-14mem leak on error path and error propagation fixYuchi1-1/+1
2017-02-10Replace SSL_PKEY_RSA_ENC, SSL_PKEY_RSA_SIGNDr. Stephen Henson1-1/+1
2017-02-08Add NID_auth_any and NID_kx_any NIDs.Dr. Stephen Henson1-2/+4
2017-02-08Add SSL_kANY and SSL_aANYDr. Stephen Henson1-0/+6
2017-01-30Always ensure that session->cipher is setMatt Caswell1-11/+0
2017-01-30Implement Server side of PSK extension parsingMatt Caswell1-0/+11
2017-01-25Fix a few misspellings.FdaSilvaYY1-1/+1
2016-11-16Remove a hack from ssl_test_oldMatt Caswell1-0/+18
2016-11-04Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell1-1/+1
2016-11-04Convert master_secret_size code to size_tMatt Caswell1-4/+5
2016-11-02Add DTLS_get_data_mtu() functionDavid Woodhouse1-0/+52
2016-11-02Use ciphersuite id when matching if we've got oneMatt Caswell1-0/+2
2016-08-26Remove trailing zerosRich Salz1-87/+73
2016-08-18Indent ssl/Emilia Kasper1-52/+52
2016-08-06Fix CIPHER_DEBUGJimC1-1/+1
2016-07-22Have load_buildtin_compression in ssl/ssl_ciph.c return RUN_ONCE resultRichard Levitte1-3/+8
2016-07-19Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte1-3/+4
2016-06-23Add checks on sk_TYPE_push() returned resultFdaSilvaYY1-2/+2
2016-05-17Copyright consolidation 01/10Rich Salz1-107/+7