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_asn1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-09
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-22
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-10
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-07
1
-0
/
+4
*
Version skew reduction: trivia (I hope).
Ben Laurie
2012-06-03
1
-1
/
+0
*
Use correct tag for SRP username.
Dr. Stephen Henson
2011-10-25
1
-1
/
+1
*
Fix d2i_SSL_SESSION.
Bodo Möller
2011-09-05
1
-0
/
+13
*
Add SRP support.
Ben Laurie
2011-03-12
1
-0
/
+37
*
Include openssl/crypto.h first in several other files so FIPS renaming
Dr. Stephen Henson
2011-02-16
1
-0
/
+1
*
Fix warnings.
Ben Laurie
2010-06-12
1
-2
/
+1
*
PR: 2160
Dr. Stephen Henson
2010-02-01
1
-2
/
+2
*
Generate stateless session ID just after the ticket is received instead
Dr. Stephen Henson
2009-10-30
1
-26
/
+0
*
Fix statless session resumption so it can coexist with SNI
Dr. Stephen Henson
2009-10-30
1
-6
/
+13
*
PR: 2009
Dr. Stephen Henson
2009-09-02
1
-4
/
+4
*
Update from 1.0.0-stable.
Dr. Stephen Henson
2009-08-05
1
-1
/
+2
*
Update from 0.9.8-stable
Dr. Stephen Henson
2009-06-30
1
-1
/
+34
*
Aftermath of a clashing size_t fix (now only format changes).
Ben Laurie
2008-11-13
1
-1
/
+1
*
Revert the size_t modifications from HEAD that had led to more
Geoff Thorpe
2008-11-12
1
-1
/
+1
*
More size_tification.
Ben Laurie
2008-11-01
1
-1
/
+1
*
Some precautions to avoid potential security-relevant problems.
Bodo Möller
2008-09-14
1
-1
/
+1
*
Fix from stable branch.
Dr. Stephen Henson
2007-10-17
1
-5
/
+8
*
Fix warning and make no-tlsext work.
Dr. Stephen Henson
2007-08-12
1
-1
/
+4
[next]