aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_ciph.c
Commit message (Expand)AuthorAgeFilesLines
* Move ossl_assertMatt Caswell2017-08-031-0/+1
* Fix typos in files in ssl directoryXiaoyin Liu2017-07-301-1/+1
* Support converting cipher name to RFC name and vice versaPaul Yang2017-07-211-118/+145
* Use certificate tables instead of ssl_cipher_get_cert_index.Dr. Stephen Henson2017-07-131-21/+0
* Add certificate properties table.Dr. Stephen Henson2017-07-131-0/+9
* PSK related tweaks based on review feedbackMatt Caswell2017-06-211-2/+1
* Add a function to get the handshake digest for an SSL_CIPHERMatt Caswell2017-06-211-0/+10
* Merge Nokia copyright notice into standardRich Salz2017-06-211-27/+1
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-5/+1
* Replace instances of OPENSSL_assert() with soft asserts in libsslMatt Caswell2017-05-221-4/+9
* Remove some obsolete/obscure internal define switches:Emilia Kasper2017-03-011-3/+0
* Remove some commented out code in libsslMatt Caswell2017-02-281-3/+0
* Clean up references to FIPSEmilia Kasper2017-02-281-7/+1
* Let ssl_get_cipher_by_char yield not-valid ciphersBenjamin Kaduk2017-02-231-2/+3
* Implementation of the ARIA cipher as described in RFC 5794.Pauli2017-02-211-4/+1
* mem leak on error path and error propagation fixYuchi2017-02-141-1/+1
* Replace SSL_PKEY_RSA_ENC, SSL_PKEY_RSA_SIGNDr. Stephen Henson2017-02-101-1/+1
* Add NID_auth_any and NID_kx_any NIDs.Dr. Stephen Henson2017-02-081-2/+4
* Add SSL_kANY and SSL_aANYDr. Stephen Henson2017-02-081-0/+6
* Always ensure that session->cipher is setMatt Caswell2017-01-301-11/+0
* Implement Server side of PSK extension parsingMatt Caswell2017-01-301-0/+11
* Fix a few misspellings.FdaSilvaYY2017-01-251-1/+1
* Remove a hack from ssl_test_oldMatt Caswell2016-11-161-0/+18
* Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell2016-11-041-1/+1
* Convert master_secret_size code to size_tMatt Caswell2016-11-041-4/+5
* Add DTLS_get_data_mtu() functionDavid Woodhouse2016-11-021-0/+52
* Use ciphersuite id when matching if we've got oneMatt Caswell2016-11-021-0/+2
* Remove trailing zerosRich Salz2016-08-261-87/+73
* Indent ssl/Emilia Kasper2016-08-181-52/+52
* Fix CIPHER_DEBUGJimC2016-08-061-1/+1
* Have load_buildtin_compression in ssl/ssl_ciph.c return RUN_ONCE resultRichard Levitte2016-07-221-3/+8
* Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte2016-07-191-3/+4
* Add checks on sk_TYPE_push() returned resultFdaSilvaYY2016-06-231-2/+2
* Copyright consolidation 01/10Rich Salz2016-05-171-107/+7
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+1
* Fix building with -DCHARSET_EBCDICMatt Caswell2016-04-291-0/+1
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-1/+1
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-1/+1
* Deprecate SSL_COMP_free_compression_methods() and make it a no-opMatt Caswell2016-04-131-4/+1
* Check algo_strength using SSL_STRONG_MASKKurt Roeckx2016-03-221-6/+9
* Remove #error from include files.Rich Salz2016-03-201-6/+2
* Report TLS 1.0 as backwards-compatible TLSv1Viktor Dukhovni2016-03-171-0/+7
* Sort cipher-list at runtime.Rich Salz2016-03-161-0/+2
* Fix no-comp buildEmilia Kasper2016-03-121-1/+2
* Move disabling of RC4 for DTLS to the cipher list.Kurt Roeckx2016-03-091-15/+24
* Remove DES cipher aliasKurt Roeckx2016-03-091-1/+0
* Add support for minimum and maximum protocol version supported by a cipherKurt Roeckx2016-03-091-103/+93
* Make SSL_CIPHER_get_version return a const char *Kurt Roeckx2016-03-091-1/+1
* Remove unused codeKurt Roeckx2016-03-091-15/+4
* Fix SSL_CIPHER_get_auth_nid returnTodd Short2016-03-081-1/+1