index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
statem
/
extensions.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure we use the correct SSL object when making a callback
Matt Caswell
2024-11-07
1
-6
/
+7
*
Copyright year updates
Tomas Mraz
2024-09-05
1
-1
/
+1
*
EVP_MD_size() updates
slontis
2024-08-29
1
-1
/
+1
*
Fix the alert used on a missing key_share
Matt Caswell
2024-08-21
1
-6
/
+9
*
Return SSL_AD_DECRYPT_ERROR alert on PSK binder validation failure (RFC 8446)
Bhaskar Metiya
2024-08-15
1
-1
/
+1
*
Check that a supported_versions extension is present in an HRR
Matt Caswell
2024-08-07
1
-1
/
+15
*
Fix handling of max_fragment_length extension for PSK
Frederik Wedel-Heinen
2024-06-20
1
-9
/
+3
*
Fix implementation of `PreferNoDHEKEX` option.
Markus Minichmayr
2023-11-30
1
-13
/
+4
*
Add option `SSL_OP_PREFER_NO_DHE_KEX`, allowing the server to prefer non-dhe ...
Markus Minichmayr
2023-11-24
1
-4
/
+13
*
Don't ask for an invalid group in an HRR
Matt Caswell
2023-06-23
1
-1
/
+5
*
RFC7250 (RPK) support
Todd Short
2023-03-28
1
-1
/
+59
*
Fix CertificateCompressionAlgorithm to be read as 2-octet-wide
Alexander Sosedkin
2022-11-08
1
-1
/
+1
*
Remove the old buffer management code
Matt Caswell
2022-10-20
1
-6
/
+0
*
Add `for_comp` flag when retrieving certs for compression
Todd Short
2022-10-18
1
-4
/
+8
*
Add support for compressed certificates (RFC8879)
Todd Short
2022-10-18
1
-0
/
+125
*
Use the configured max_send_fragment value in the write record layer
Matt Caswell
2022-10-12
1
-4
/
+8
*
Partial revert and reimplement "Enable brainpool curves for TLS1.3"
Matt Caswell
2022-10-07
1
-1
/
+1
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-1
/
+1
*
Test TLS extension ordering
Todd Short
2022-09-28
1
-1
/
+15
*
Cleanup EBCDIC string defintions
Todd Short
2022-09-09
1
-7
/
+4
*
SSL object refactoring using SSL_CONNECTION object
Tomas Mraz
2022-07-28
1
-102
/
+124
*
Remove duplicated #include headers
JHH20
2022-05-04
1
-1
/
+0
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
ssl: better support TSAN operations
Pauli
2022-01-19
1
-2
/
+11
*
Enable brainpool curves for TLS1.3
Bernd Edlinger
2021-11-26
1
-1
/
+1
*
ssl: fix indentation
Pauli
2021-06-19
1
-1
/
+1
*
ssl: replace tabs with spaces
Pauli
2021-06-19
1
-1
/
+1
*
tls: remove TODOs
Pauli
2021-06-02
1
-2
/
+0
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-2
/
+2
*
Cleanup the peer point formats on regotiation
Dmitry Belyavskiy
2021-05-21
1
-1
/
+11
*
Improve RFC 8446 PSK key exchange mode compliance
Benjamin Kaduk
2021-05-12
1
-1
/
+18
*
Corrected missing definitions from NonStop SPT build.
Randall S. Becker
2021-04-01
1
-0
/
+5
*
Ensure buffer/length pairs are always in sync
Matt Caswell
2021-03-25
1
-0
/
+1
*
ssl sigalg extension: fix NULL pointer dereference
Peter Kaestle
2021-03-25
1
-0
/
+1
*
ssl: support params arguments to init functions
Pauli
2021-03-11
1
-1
/
+1
*
Remove OPENSSL_NO_EC guards from libssl
Matt Caswell
2021-02-05
1
-8
/
+0
*
Ensure default supported groups works even with no-ec and no-dh
Matt Caswell
2021-02-05
1
-4
/
+0
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Fix for negative return value from `SSL_CTX_sess_accept()`
anupamam13
2021-01-08
1
-1
/
+2
*
tag unused function arguments as ossl_unused
Pauli
2020-12-03
1
-2
/
+2
*
SSL: refactor all SSLfatal() calls
Richard Levitte
2020-11-11
1
-71
/
+38
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-7
/
+5
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Ensure libssl creates libctx aware MAC keys
Matt Caswell
2020-08-29
1
-2
/
+4
*
Add EVP signature with libctx methods.
Shane Lontis
2020-08-09
1
-2
/
+3
*
Do not allow dropping Extended Master Secret extension on renegotiaton
Tomas Mraz
2020-06-09
1
-1
/
+14
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Use EVP_DigestSignInit_ex and EVP_DigestVerifyInit_ex in libssl
Matt Caswell
2020-04-01
1
-1
/
+2
*
Don't acknowledge a servername following warning alert in servername cb
Matt Caswell
2020-01-30
1
-0
/
+1
[next]