index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
ssl_local.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SSL_get0_group_name() to get name of the group used for KEX
Alex Bozarth
2023-06-06
1
-0
/
+1
*
[feat] SSL RTT in both client and server statem. SSL_get_handshake_rtt makes ...
Jairus Christensen
2023-06-02
1
-0
/
+3
*
Create internal/ssl.h
Matt Caswell
2023-05-24
1
-3
/
+1
*
Add initial QUIC support for the msg_callback
Matt Caswell
2023-05-24
1
-2
/
+4
*
QUIC Dispatch: Introduce the QUIC_XSO object
Hugo Landau
2023-05-12
1
-1
/
+1
*
dtls: code cleanup and refactorization
FdaSilvaYY
2023-04-24
1
-1
/
+1
*
Make the data field for get_record() const
Matt Caswell
2023-04-12
1
-1
/
+1
*
RFC7250 (RPK) support
Todd Short
2023-03-28
1
-1
/
+64
*
first cut at sigalg loading
Michael Baentsch
2023-02-24
1
-18
/
+49
*
Don't declare SSL_CONNECTION twice
Matt Caswell
2023-02-22
1
-1
/
+1
*
Add the ability to mutate TLS handshake messages before they are written
Matt Caswell
2023-02-22
1
-1
/
+1
*
Rationalize FIPS sources
Tomas Mraz
2023-02-08
1
-90
/
+0
*
Remove the user_ssl field
Matt Caswell
2023-01-24
1
-4
/
+0
*
Add the ability to add a custom extension on an SSL object
Matt Caswell
2023-01-24
1
-0
/
+8
*
Add support for setting a custom TLS Record Layer
Matt Caswell
2023-01-24
1
-0
/
+4
*
Move recordmethod.h to be an "internal" header
Matt Caswell
2023-01-24
1
-1
/
+1
*
Create the SSL object for QUIC-TLS
Matt Caswell
2023-01-24
1
-3
/
+5
*
Resolve a TODO in ssl3_dispatch_alert
Matt Caswell
2022-11-14
1
-0
/
+9
*
Remove references to read_mac_secret and write_mac_secret
Matt Caswell
2022-11-14
1
-4
/
+0
*
Remove the read_iv/write_iv fields from SSL_CONNECTION
Matt Caswell
2022-11-14
1
-3
/
+0
*
Remove compress/expand fields from SSL_CONNECTION
Matt Caswell
2022-11-14
1
-3
/
+0
*
Remove remaining refs to enc_(write|read)_ctx/(read|write)_hash
Matt Caswell
2022-11-14
1
-6
/
+2
*
Remove some redundant code
Matt Caswell
2022-10-20
1
-3
/
+0
*
Remove the old buffer management code
Matt Caswell
2022-10-20
1
-2
/
+0
*
Convert dtls_write_records to use standard record layer functions
Matt Caswell
2022-10-20
1
-5
/
+2
*
Add `for_comp` flag when retrieving certs for compression
Todd Short
2022-10-18
1
-1
/
+1
*
Add support for compressed certificates (RFC8879)
Todd Short
2022-10-18
1
-1
/
+40
*
Convert the TLSv1.3 crypto code to the new write record layer
Matt Caswell
2022-10-12
1
-12
/
+0
*
Partial revert and reimplement "Enable brainpool curves for TLS1.3"
Matt Caswell
2022-10-07
1
-2
/
+0
*
ssl_log_secret call in tls13_key_update
visbjn
2022-09-27
1
-0
/
+2
*
Move the record block_padding capability fully into the record layer
Matt Caswell
2022-09-23
1
-5
/
+0
*
Move need_empty_fragments inside the record layer
Matt Caswell
2022-09-23
1
-2
/
+1
*
Remove empty_fragment_done
Matt Caswell
2022-09-23
1
-1
/
+0
*
ssl: modify libssl so that it uses OSSL_TIME
Pauli
2022-09-13
1
-12
/
+11
*
QUIC Demuxer and Record Layer (RX Side)
Hugo Landau
2022-09-02
1
-1
/
+9
*
Remove redefinition of SSL_AD_NO_ALERT
Matt Caswell
2022-08-18
1
-0
/
+1
*
Standardise type for epoch
Matt Caswell
2022-08-18
1
-1
/
+1
*
Move some fields out of the SSL object and into the record layer object
Matt Caswell
2022-08-18
1
-10
/
+1
*
Remove some unnecessary function pointers from OSSL_RECORD_METHOD
Matt Caswell
2022-08-18
1
-0
/
+2
*
Remove some final references to the SSL object in the record layer
Matt Caswell
2022-08-18
1
-5
/
+6
*
Make the record layer directly aware of EtM
Matt Caswell
2022-08-18
1
-6
/
+6
*
Add support for moving data from one epoch to the next
Matt Caswell
2022-08-18
1
-1
/
+2
*
Implement KTLS in the new read record layer code
Matt Caswell
2022-08-18
1
-5
/
+4
*
Move protocol version specific code into separate files
Matt Caswell
2022-08-18
1
-12
/
+0
*
Transfer the functionality from ssl3_read_n to the new record layer
Matt Caswell
2022-08-18
1
-0
/
+10
*
Update session timeout code with OSSL_TIME
Todd Short
2022-08-18
1
-2
/
+2
*
SSL object refactoring using SSL_CONNECTION object
Tomas Mraz
2022-07-28
1
-198
/
+287
*
Add deprecation macro for 3.1 and deprecate OPENSSL_LH_stats
Hugo Landau
2022-06-22
1
-2
/
+2
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Add SSL_(CTX_)?get0_(verify|chain)_cert_store functions
Hugo Landau
2022-04-06
1
-0
/
+1
[next]