aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_ciph.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni1-1/+1
2016-04-29Fix building with -DCHARSET_EBCDICMatt Caswell1-0/+1
2016-04-13Rename int_*() functions to *_int()Matt Caswell1-1/+1
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell1-1/+1
2016-04-13Deprecate SSL_COMP_free_compression_methods() and make it a no-opMatt Caswell1-4/+1
2016-03-22Check algo_strength using SSL_STRONG_MASKKurt Roeckx1-6/+9
2016-03-20Remove #error from include files.Rich Salz1-6/+2
2016-03-17Report TLS 1.0 as backwards-compatible TLSv1Viktor Dukhovni1-0/+7
2016-03-16Sort cipher-list at runtime.Rich Salz1-0/+2
2016-03-12Fix no-comp buildEmilia Kasper1-1/+2
2016-03-09Move disabling of RC4 for DTLS to the cipher list.Kurt Roeckx1-15/+24
2016-03-09Remove DES cipher aliasKurt Roeckx1-1/+0
2016-03-09Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx1-103/+93
2016-03-09Make SSL_CIPHER_get_version return a const char *Kurt Roeckx1-1/+1
2016-03-09Remove unused codeKurt Roeckx1-15/+4
2016-03-08Fix SSL_CIPHER_get_auth_nid returnTodd Short1-1/+1
2016-03-08Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini1-31/+24
2016-03-08GH787: Fix ALPNTodd Short1-7/+7
2016-03-08Add cipher query functionsTodd Short1-4/+48