Sign in
flutter
/
third_party
/
openssl
/
a25cef89fdf40c738f7e7a456f285217dc41fd6b
/
ssl
/
ssl_ciph.c
2f0ca54
Remove some obsolete/obscure internal define switches:
by Emilia Kasper
· 8 years ago
38f2837
Remove some commented out code in libssl
by Matt Caswell
· 8 years ago
b53338c
Clean up references to FIPS
by Emilia Kasper
· 8 years ago
60d685d
Let ssl_get_cipher_by_char yield not-valid ciphers
by Benjamin Kaduk
· 8 years ago
d42d0a4
Implementation of the ARIA cipher as described in RFC 5794.
by Pauli
· 8 years ago
e067097
mem leak on error path and error propagation fix
by Yuchi
· 8 years ago
d0ff28f
Replace SSL_PKEY_RSA_ENC, SSL_PKEY_RSA_SIGN
by Dr. Stephen Henson
· 8 years ago
7114af3
Add NID_auth_any and NID_kx_any NIDs.
by Dr. Stephen Henson
· 8 years ago
e5c4bf9
Add SSL_kANY and SSL_aANY
by Dr. Stephen Henson
· 8 years ago
534a43f
Always ensure that session->cipher is set
by Matt Caswell
· 8 years ago
1053a6e
Implement Server side of PSK extension parsing
by Matt Caswell
· 8 years ago
48722ff
Fix a few misspellings.
by FdaSilvaYY
· 8 years ago
e304d3e
Remove a hack from ssl_test_old
by Matt Caswell
· 8 years ago
348240c
Fix misc size_t issues causing Windows warnings in 64 bit
by Matt Caswell
· 8 years ago
8c1a534
Convert master_secret_size code to size_t
by Matt Caswell
· 8 years ago
045bd04
Add DTLS_get_data_mtu() function
by David Woodhouse
· 8 years ago
0ced42e
Use ciphersuite id when matching if we've got one
by Matt Caswell
· 8 years ago
e5f969a
Remove trailing zeros
by Rich Salz
· 9 years ago
a230b26
Indent ssl/
by Emilia Kasper
· 9 years ago
a4a18b2
Fix CIPHER_DEBUG
by JimC
· 9 years ago
912c258
Have load_buildtin_compression in ssl/ssl_ciph.c return RUN_ONCE result
by Richard Levitte
· 9 years ago
c2e4e5d
Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead
by Richard Levitte
· 9 years ago
3c82e43
Add checks on sk_TYPE_push() returned result
by FdaSilvaYY
· 9 years ago
846e33c
Copyright consolidation 01/10
by Rich Salz
· 9 years ago
5c4328f
Fold threads.h into crypto.h making API public
by Viktor Dukhovni
· 9 years ago
5fd1478
Fix building with -DCHARSET_EBCDIC
by Matt Caswell
· 9 years ago
b3599db
Rename int_*() functions to *_int()
by Matt Caswell
· 9 years ago
342c21c
Rename lots of *_intern or *_internal function to int_*
by Matt Caswell
· 9 years ago
03b0e73
Deprecate SSL_COMP_free_compression_methods() and make it a no-op
by Matt Caswell
· 9 years ago
88a9614
Check algo_strength using SSL_STRONG_MASK
by Kurt Roeckx
· 9 years ago
3c27208
Remove #error from include files.
by Rich Salz
· 9 years ago
ee3a6c6
Report TLS 1.0 as backwards-compatible TLSv1
by Viktor Dukhovni
· 9 years ago
748f254
Sort cipher-list at runtime.
by Rich Salz
· 9 years ago
e4ad076
Fix no-comp build
by Emilia Kasper
· 9 years ago
ca3895f
Move disabling of RC4 for DTLS to the cipher list.
by Kurt Roeckx
· 9 years ago
8247852
Remove DES cipher alias
by Kurt Roeckx
· 9 years ago
3eb2aff
Add support for minimum and maximum protocol version supported by a cipher
by Kurt Roeckx
· 9 years ago
b11836a
Make SSL_CIPHER_get_version return a const char *
by Kurt Roeckx
· 9 years ago
6063453
Remove unused code
by Kurt Roeckx
· 9 years ago
8eb33e4
Fix SSL_CIPHER_get_auth_nid return
by Todd Short
· 9 years ago
16203f7
Convert CRYPTO_LOCK_SSL_* to new multi-threading API
by Alessandro Ghedini
· 9 years ago
1316ca8
GH787: Fix ALPN
by Todd Short
· 9 years ago
3ec1323
Add cipher query functions
by Todd Short
· 9 years ago
a556f34
Rework the default cipherlist.
by Emilia Kasper
· 9 years ago
1510b5f
Don't mark the eNULL ciphers as non-default.
by Kurt Roeckx
· 9 years ago
7c96dbc
GH715: ENGINE_finish can take NULL
by Rich Salz
· 9 years ago
d1776fd
Fix {TLS,CIPHER}_DEBUG compiles.
by Rich Salz
· 9 years ago
d63a5e5
Remove outdated DEBUG flags.
by Rich Salz
· 9 years ago
ce0c1f2
Remove static ECDH support.
by Dr. Stephen Henson
· 9 years ago
1c37fd9
Add CHACHA20 alias for ciphers.
by Todd Short
· 9 years ago
3498076
Remove /* foo.c */ comments
by Rich Salz
· 9 years ago
baf245e
GH528: "cipher -v" output is confusing.
by Rich Salz
· 9 years ago
bbd86bf
mem functions cleanup
by Rich Salz
· 9 years ago
4fa5214
Protocol version selection and negotiation rewrite
by Viktor Dukhovni
· 9 years ago
bc71f91
Remove fixed DH ciphersuites.
by Dr. Stephen Henson
· 9 years ago
0d3587c
Add SSL_CIPHER_description() for Chacha20/Poly1305
by Matt Caswell
· 9 years ago
a76ba82
Wire ChaCha20-Poly1305 to TLS.
by Andy Polyakov
· 9 years ago
361a119
Remove support for all 40 and 56 bit ciphers.
by Kurt Roeckx
· 9 years ago
fe6ef24
Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDH
by Kurt Roeckx
· 9 years ago
1c86d8f
Revert unnecessary SSL_CIPHER_get_bits API change
by Viktor Dukhovni
· 9 years ago
7afd231
Use digest indices for signature algorithms.
by Dr. Stephen Henson
· 9 years ago
152fbc2
Use digest tables for defaults.
by Dr. Stephen Henson
· 9 years ago
28ba254
PRF and handshake hash revision.
by Dr. Stephen Henson
· 9 years ago
e44380a
Patch containing TLS implementation for GOST 2012
by Dmitry Belyavsky
· 9 years ago
5f3d93e
Ensure all EVP calls have their returns checked where appropriate
by Matt Caswell
· 9 years ago
60a25ab
Add "TLSv1.0" cipher alias.
by Dr. Stephen Henson
· 9 years ago
2b57338
Don't alow TLS v1.0 ciphersuites for SSLv3
by Dr. Stephen Henson
· 9 years ago
5e3d21f
Use SSL_TLSV1 only if at least TLS v1.0 is needed.
by Dr. Stephen Henson
· 9 years ago
a71edf3
Standardise our style for checking malloc failures
by Matt Caswell
· 9 years ago
90d9e49
Use uint32_t and int32_t for SSL_CIPHER structure.
by Dr. Stephen Henson
· 9 years ago
c84f7f4
Change the DEFAULT ciphersuites to exclude DES, RC4 and RC2
by Matt Caswell
· 9 years ago
13e228d
Match SUITEB strings at start of cipher list.
by Dr. Stephen Henson
· 10 years ago
b51bce9
Add and use OPENSSL_zalloc
by Rich Salz
· 10 years ago
3d3701e
ccm8 support
by Dr. Stephen Henson
· 10 years ago
e75c5a7
CCM support.
by Dr. Stephen Henson
· 10 years ago
ade44dc
Remove Gost94 signature algorithm.
by Rich Salz
· 10 years ago
332a251
Disable unsupported PSK algorithms
by Dr. Stephen Henson
· 10 years ago
8baac6a
new PSK text constants
by Dr. Stephen Henson
· 10 years ago
dcbd506
New PSK aliases.
by Dr. Stephen Henson
· 10 years ago
633d49c
Tidy disabled algorithm handling.
by Dr. Stephen Henson
· 10 years ago
e1fa652
Restore GOST mac setup.
by Dr. Stephen Henson
· 10 years ago
55a9a16
Remove Kerberos support from libssl
by Matt Caswell
· 10 years ago
9a55570
Make COMP_CTX and COMP_METHOD opaque
by Rich Salz
· 10 years ago
86885c2
Use "==0" instead of "!strcmp" etc
by Rich Salz
· 10 years ago
16f8d4e
memset, memcpy, sizeof consistency fixes
by Rich Salz
· 10 years ago
b4faea5
Use safer sizeof variant in malloc
by Rich Salz
· 10 years ago
b6eb982
Add OSSL_NELEM macro.
by Dr. Stephen Henson
· 10 years ago
25aaa98
free NULL cleanup -- coda
by Rich Salz
· 10 years ago
b548a1f
free null cleanup finale
by Rich Salz
· 10 years ago
b196e7d
remove malloc casts
by Rich Salz
· 10 years ago
98c9ce2
SSL_CIPHER lookup functions.
by Dr. Stephen Henson
· 10 years ago
61986d3
Code style: space after 'if'
by Viktor Dukhovni
· 10 years ago
69f6823
Fix missing return value checks
by Matt Caswell
· 10 years ago
10bf4fc
Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
by Rich Salz
· 10 years ago
50e735f
Re-align some comments after running the reformat script.
by Matt Caswell
· 10 years ago
0f113f3
Run util/openssl-format-source -v -c .
by Matt Caswell
· 10 years ago
22b5216
More tweaks for comments due indent issues
by Matt Caswell
· 10 years ago
1d97c84
mark all block comments that need format preserving so that
by Tim Hudson
· 10 years ago
3ddb291
Clear warnings/errors within KSSL_DEBUG code sections
by Richard Levitte
· 10 years ago
72b5d03
Clear warnings/errors within CIPHER_DEBUG code sections
by Richard Levitte
· 10 years ago
Next »