index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ssl
/
ssl_locl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tls1_check_curve into tls1_check_group_id
Dr. Stephen Henson
2017-10-06
1
-1
/
+1
*
Use separate functions for supported and peer groups lists
Dr. Stephen Henson
2017-10-06
1
-2
/
+9
*
Session resume broken switching contexts
Todd Short
2017-10-04
1
-0
/
+1
*
Use safestack.h exclusively internally.
Pauli
2017-09-28
1
-1
/
+0
*
Rename tls1_get_curvelist.
Dr. Stephen Henson
2017-09-26
1
-2
/
+2
*
Rewrite compression and group checks.
Dr. Stephen Henson
2017-09-26
1
-1
/
+0
*
New function ssl_generate_param_group
Dr. Stephen Henson
2017-09-26
1
-0
/
+1
*
Replace tls1_ec_curve_id2nid.
Dr. Stephen Henson
2017-09-26
1
-2
/
+2
*
Rename tls_curve_info to TLS_GROUP_INFO, move to ssl_locl.h
Dr. Stephen Henson
2017-09-26
1
-6
/
+12
*
Return group id in tls1_shared_group
Dr. Stephen Henson
2017-09-26
1
-1
/
+1
*
Store groups as uint16_t
Dr. Stephen Henson
2017-09-22
1
-12
/
+11
*
Add RSA-PSS key certificate type.
Dr. Stephen Henson
2017-09-20
1
-13
/
+8
*
Rename SSL_CTX_set_early_cb to SSL_CTX_set_client_hello_cb.
David Benjamin
2017-09-08
1
-4
/
+7
*
add callback handler for setting DTLS timer interval
Alfred E. Heggestad
2017-09-06
1
-1
/
+5
*
struct timeval include guards
Pauli
2017-09-01
1
-5
/
+2
*
Enable the ability to use an external PSK for sending early_data
Matt Caswell
2017-08-31
1
-0
/
+2
*
Implement Aria GCM/CCM Modes and TLS cipher suites
Jon Spillett
2017-08-30
1
-0
/
+4
*
Move e_os.h to be the very first include.
Pauli
2017-08-30
1
-1
/
+1
*
e_os.h removal from other headers and source files.
Pauli
2017-08-30
1
-1
/
+1
*
Reorder extensions to put SigAlgs last
Todd Short
2017-08-18
1
-1
/
+1
*
Fix some Typos and indents
FdaSilvaYY
2017-08-11
1
-1
/
+1
*
Add a DRBG to each SSL object
Rich Salz
2017-08-03
1
-0
/
+2
*
Remove redundant declarations in ssl_locl.h
Xiaoyin Liu
2017-07-30
1
-8
/
+0
*
Support converting cipher name to RFC name and vice versa
Paul Yang
2017-07-21
1
-1
/
+3
*
Use certificate tables instead of ssl_cert_type
Dr. Stephen Henson
2017-07-13
1
-1
/
+0
*
Use certificate tables instead of ssl_cipher_get_cert_index.
Dr. Stephen Henson
2017-07-13
1
-1
/
+0
*
Add SSL_aCERT: this is used for any ciphersuite with a certificate.
Dr. Stephen Henson
2017-07-13
1
-0
/
+3
*
Add certificate properties table.
Dr. Stephen Henson
2017-07-13
1
-0
/
+14
*
Update tls13_hkdf_expand() to take the length of the data
Matt Caswell
2017-07-07
1
-1
/
+1
*
Send and receive the ticket_nonce field in a NewSessionTicket
Matt Caswell
2017-07-07
1
-0
/
+2
*
Update SSL_export_keying_material() for TLSv1.3
Matt Caswell
2017-06-29
1
-0
/
+5
*
Add TLSv1.3 client side external PSK support
Matt Caswell
2017-06-21
1
-0
/
+6
*
Add TLSv1.3 server side external PSK support
Matt Caswell
2017-06-21
1
-0
/
+2
*
Handle signature algorithms with no associated digest
Dr. Stephen Henson
2017-06-21
1
-0
/
+1
*
Add Ed25519 signature algorithm
Dr. Stephen Henson
2017-06-21
1
-2
/
+4
*
Add index for ED25519
Dr. Stephen Henson
2017-06-21
1
-1
/
+2
*
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
*
Add SSL_early_get1_extensions_present()
Benjamin Kaduk
2017-06-12
1
-0
/
+2
*
Add back support for SHA224 based sig algs
Matt Caswell
2017-06-08
1
-0
/
+3
*
Convert existing usage of assert() to ossl_assert() in libssl
Matt Caswell
2017-05-22
1
-5
/
+5
*
Replace instances of OPENSSL_assert() with soft asserts in libssl
Matt Caswell
2017-05-22
1
-1
/
+1
*
Fail if we receive a response to an extension that we didn't request
Matt Caswell
2017-05-17
1
-30
/
+34
*
Copy custom extension flags in a call to SSL_set_SSL_CTX()
Matt Caswell
2017-05-10
1
-0
/
+2
*
TLS1.3 Padding
Todd Short
2017-05-02
1
-0
/
+10
*
Add a ciphersuite config sanity check for servers
Matt Caswell
2017-04-26
1
-2
/
+1
*
Don't fail the connection in SSLv3 if server selects ECDHE
Matt Caswell
2017-04-24
1
-1
/
+1
*
Create an ENDPOINT enum type for use internally
Matt Caswell
2017-04-07
1
-7
/
+11
*
Prefix custom extension API callback types with SSL_
Matt Caswell
2017-04-07
1
-3
/
+3
*
Implement a new custom extensions API
Matt Caswell
2017-04-07
1
-11
/
+20
[next]