index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
ssl_ciph.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Harmonize use of sk_TYPE_find's return value.
Andy Polyakov
2018-08-07
1
-4
/
+1
*
Fix configuration of TLSv1.3 ciphersuites
Matt Caswell
2018-04-04
1
-8
/
+128
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-2
/
+3
*
Split configuration of TLSv1.3 ciphers from older ciphers
Matt Caswell
2018-03-14
1
-5
/
+16
*
Copyright update of more files that have changed this year
Richard Levitte
2018-01-19
1
-1
/
+1
*
Stop using unimplemented cipher classes.
Bernd Edlinger
2018-01-06
1
-4
/
+0
*
Alternate fix for ../test/recipes/80-test_ssl_old.t with no-ec
Bernd Edlinger
2017-12-27
1
-1
/
+1
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-1
/
+1
*
Add ARIA as an alias for all ARIA based modes.
Pauli
2017-08-31
1
-0
/
+1
*
Introduce SSL_CIPHER_get_protocol_id
Paul Yang
2017-08-30
1
-0
/
+5
*
Implement Aria GCM/CCM Modes and TLS cipher suites
Jon Spillett
2017-08-30
1
-4
/
+18
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
1
-0
/
+1
*
Fix ctype arguments.
Pauli
2017-08-21
1
-1
/
+2
*
Move ossl_assert
Matt Caswell
2017-08-03
1
-0
/
+1
*
Fix typos in files in ssl directory
Xiaoyin Liu
2017-07-31
1
-1
/
+1
*
Support converting cipher name to RFC name and vice versa
Paul Yang
2017-07-20
1
-118
/
+145
*
Use certificate tables instead of ssl_cipher_get_cert_index.
Dr. Stephen Henson
2017-07-13
1
-21
/
+0
*
Add certificate properties table.
Dr. Stephen Henson
2017-07-13
1
-0
/
+9
*
PSK related tweaks based on review feedback
Matt Caswell
2017-06-21
1
-2
/
+1
*
Add a function to get the handshake digest for an SSL_CIPHER
Matt Caswell
2017-06-21
1
-0
/
+10
*
Merge Nokia copyright notice into standard
Rich Salz
2017-06-21
1
-27
/
+1
*
Modify Sun copyright to follow OpenSSL style
Rich Salz
2017-06-20
1
-5
/
+1
*
Replace instances of OPENSSL_assert() with soft asserts in libssl
Matt Caswell
2017-05-22
1
-4
/
+9
*
Remove some obsolete/obscure internal define switches:
Emilia Kasper
2017-03-01
1
-3
/
+0
*
Remove some commented out code in libssl
Matt Caswell
2017-02-28
1
-3
/
+0
*
Clean up references to FIPS
Emilia Kasper
2017-02-28
1
-7
/
+1
*
Let ssl_get_cipher_by_char yield not-valid ciphers
Benjamin Kaduk
2017-02-23
1
-2
/
+3
*
Implementation of the ARIA cipher as described in RFC 5794.
Pauli
2017-02-21
1
-4
/
+1
*
mem leak on error path and error propagation fix
Yuchi
2017-02-14
1
-1
/
+1
*
Replace SSL_PKEY_RSA_ENC, SSL_PKEY_RSA_SIGN
Dr. Stephen Henson
2017-02-10
1
-1
/
+1
*
Add NID_auth_any and NID_kx_any NIDs.
Dr. Stephen Henson
2017-02-08
1
-2
/
+4
*
Add SSL_kANY and SSL_aANY
Dr. Stephen Henson
2017-02-08
1
-0
/
+6
*
Always ensure that session->cipher is set
Matt Caswell
2017-01-30
1
-11
/
+0
*
Implement Server side of PSK extension parsing
Matt Caswell
2017-01-30
1
-0
/
+11
*
Fix a few misspellings.
FdaSilvaYY
2017-01-25
1
-1
/
+1
*
Remove a hack from ssl_test_old
Matt Caswell
2016-11-16
1
-0
/
+18
*
Fix misc size_t issues causing Windows warnings in 64 bit
Matt Caswell
2016-11-04
1
-1
/
+1
*
Convert master_secret_size code to size_t
Matt Caswell
2016-11-04
1
-4
/
+5
*
Add DTLS_get_data_mtu() function
David Woodhouse
2016-11-02
1
-0
/
+52
*
Use ciphersuite id when matching if we've got one
Matt Caswell
2016-11-02
1
-0
/
+2
*
Remove trailing zeros
Rich Salz
2016-08-26
1
-87
/
+73
*
Indent ssl/
Emilia Kasper
2016-08-18
1
-52
/
+52
*
Fix CIPHER_DEBUG
JimC
2016-08-06
1
-1
/
+1
*
Have load_buildtin_compression in ssl/ssl_ciph.c return RUN_ONCE result
Richard Levitte
2016-07-22
1
-3
/
+8
*
Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead
Richard Levitte
2016-07-19
1
-3
/
+4
*
Add checks on sk_TYPE_push() returned result
FdaSilvaYY
2016-06-23
1
-2
/
+2
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-107
/
+7
*
Fold threads.h into crypto.h making API public
Viktor Dukhovni
2016-05-16
1
-1
/
+1
*
Fix building with -DCHARSET_EBCDIC
Matt Caswell
2016-04-29
1
-0
/
+1
*
Rename int_*() functions to *_int()
Matt Caswell
2016-04-13
1
-1
/
+1
[next]