index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
ssl_asn1.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optimize session cache flushing
Todd Short
2021-06-10
1
-5
/
+6
*
Update copyright year
Matt Caswell
2021-05-20
1
-1
/
+1
*
Promote SSL_get_negotiated_group() for non-TLSv1.3
Benjamin Kaduk
2021-05-16
1
-1
/
+7
*
Update copyright year
Matt Caswell
2020-11-26
1
-1
/
+1
*
Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-11
1
-4
/
+4
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-1
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2019-03-06
1
-5
/
+5
*
Following the license change, modify the boilerplates in ssl/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Don't use OPENSSL_strdup() for copying alpn_selected
Matt Caswell
2018-06-21
1
-4
/
+6
*
Don't store the ticket nonce in the session
Matt Caswell
2018-06-07
1
-20
/
+2
*
Fix TLSv1.3 ticket nonces
Matt Caswell
2018-06-07
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
Session Ticket app data
Todd Short
2018-03-12
1
-1
/
+19
*
ssl/ssl_asn1.c: resolve warnings in VC-WIN32 build, which allows to add /WX.
Andy Polyakov
2017-11-13
1
-5
/
+5
*
Implement Maximum Fragment Length TLS extension.
FdaSilvaYY
2017-11-05
1
-1
/
+7
*
Send and receive the ticket_nonce field in a NewSessionTicket
Matt Caswell
2017-07-07
1
-1
/
+19
*
Merge Nokia copyright notice into standard
Rich Salz
2017-06-21
1
-27
/
+1
*
ASN.1: adapt our use of INTxx et al by making them explicitely embedded
Richard Levitte
2017-04-13
1
-9
/
+9
*
Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variants
Richard Levitte
2017-04-10
1
-1
/
+1
*
Convert SSL_SESSION_ASN1 to use size specific integers
Richard Levitte
2017-04-04
1
-19
/
+19
*
Only accept early_data if the negotiated ALPN is the same
Matt Caswell
2017-03-02
1
-4
/
+20
*
Parse the ticket_early_data_info extension
Matt Caswell
2017-03-02
1
-1
/
+5
*
Fix i2d_SSL_SESSION pp output parameter should point to end of asn1 data.
Bernd Edlinger
2017-02-22
1
-2
/
+2
*
Fix <= TLS1.2 break
Matt Caswell
2017-01-30
1
-1
/
+1
*
Always ensure that session->cipher is set
Matt Caswell
2017-01-30
1
-1
/
+3
*
Add support for the age_add field
Matt Caswell
2017-01-30
1
-1
/
+5
*
Move extension data into sub-structs
Rich Salz
2017-01-10
1
-10
/
+10
*
Fix misc size_t issues causing Windows warnings in 64 bit
Matt Caswell
2016-11-04
1
-1
/
+1
*
Convert session_id_length and sid_ctx_len to size_t
Matt Caswell
2016-11-04
1
-4
/
+4
*
Indent ssl/
Emilia Kasper
2016-08-18
1
-1
/
+1
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-54
/
+7
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-2
/
+2
*
Enable -Wmissing-variable-declarations and
Ben Laurie
2015-09-11
1
-1
/
+1
*
Remove support for OPENSSL_NO_TLSEXT
Matt Caswell
2015-05-23
1
-14
/
+0
*
Remove Kerberos support from libssl
Matt Caswell
2015-05-13
1
-22
/
+0
*
ssl/ssl_asn1.c: Fix typo introduced via cc5b6a03a320f1
mancha security
2015-05-05
1
-1
/
+1
*
Remove goto inside an if(0) block
Rich Salz
2015-05-01
1
-4
/
+0
*
free null cleanup finale
Rich Salz
2015-05-01
1
-4
/
+2
*
The wrong ifdef is used to guard usage of PSK code
Kurt Cancemi
2015-04-11
1
-1
/
+1
*
Rewrite ssl_asn1.c using new ASN.1 code.
Dr. Stephen Henson
2015-04-03
1
-439
/
+275
*
Fix d2i_SSL_SESSION for DTLS1_BAD_VER
Matt Caswell
2015-02-27
1
-1
/
+3
*
Correct reading back of tlsext_tick_lifetime_hint from ASN1.
Matt Caswell
2015-02-10
1
-3
/
+1
*
Add flags field to SSL_SESSION.
Dr. Stephen Henson
2015-02-03
1
-0
/
+23
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-472
/
+463
*
Remove SSLv2 support
Kurt Roeckx
2014-12-04
1
-45
/
+6
*
fix coverity issue 966597 - error line is not always initialised
Tim Hudson
2014-05-08
1
-0
/
+4
*
Version skew reduction: trivia (I hope).
Ben Laurie
2012-06-04
1
-1
/
+0
*
Use correct tag for SRP username.
Dr. Stephen Henson
2011-10-25
1
-1
/
+1
[next]