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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Introduce the functions RECORD_LAYER_release, RECORD_LAYER_read_pending, and
Matt Caswell
2015-03-26
5
-8
/
+26
*
Create RECORD_LAYER_clear function.
Matt Caswell
2015-03-26
3
-21
/
+29
*
Tidy up rec_layer.h. Add some comments regarding which functions should be
Matt Caswell
2015-03-26
1
-4
/
+29
*
Moved s3_pkt.c, s23_pkt.c and d1_pkt.c into the record layer.
Matt Caswell
2015-03-26
6
-42
/
+46
*
Split out non record layer functions out of s3_pkt.c and d1_pkt.c into
Matt Caswell
2015-03-26
6
-204
/
+438
*
Move more SSL3_RECORD oriented functions into ssl3_record.c
Matt Caswell
2015-03-26
6
-700
/
+716
*
Move SSL3_RECORD oriented functions into ssl3_record.c
Matt Caswell
2015-03-26
5
-715
/
+729
*
Move SSL3_BUFFER set up and release code into ssl3_buffer.c
Matt Caswell
2015-03-26
4
-122
/
+121
*
Move s->s3->wrec to s>rlayer>wrec
Matt Caswell
2015-03-26
4
-3
/
+4
*
Encapsulate s->s3->wrec
Matt Caswell
2015-03-26
6
-8
/
+9
*
Move s->s3->rrec to s->rlayer->rrec
Matt Caswell
2015-03-26
4
-4
/
+5
*
Encapsulate s->s3->rrec
Matt Caswell
2015-03-26
12
-90
/
+352
*
Move s->s3->wbuf to s->rlayer->wbuf
Matt Caswell
2015-03-26
4
-12
/
+11
*
Encapsulate access to s->s3->wbuf
Matt Caswell
2015-03-26
6
-19
/
+32
*
Move s->s3->rrec into s->rlayer
Matt Caswell
2015-03-26
4
-11
/
+28
*
Encapsulate SSL3_BUFFER and all access to s->s3->rbuf.
Matt Caswell
2015-03-26
12
-59
/
+334
*
Create a RECORD_LAYER structure and move read_ahead into it.
Matt Caswell
2015-03-26
4
-10
/
+134
*
free NULL cleanup.
Rich Salz
2015-03-25
4
-27
/
+13
*
Resolve swallowed returns codes
Matt Caswell
2015-03-25
6
-19
/
+19
*
free NULL cleanup
Rich Salz
2015-03-25
9
-74
/
+38
*
Support key loading from certificate file
Dr. Stephen Henson
2015-03-25
2
-2
/
+46
*
SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG was disabled in 0.9.8q and 1.0.0c.
Matt Caswell
2015-03-25
1
-1
/
+2
*
RAND_bytes updates
Matt Caswell
2015-03-25
7
-18
/
+40
*
Add ticket length before buffering DTLS message
Matt Caswell
2015-03-25
1
-2
/
+2
*
Ensure last_write_sequence is saved in DTLS1.2
Matt Caswell
2015-03-25
1
-4
/
+4
*
free NULL cleanup
Rich Salz
2015-03-24
5
-40
/
+20
*
make depend
Dr. Stephen Henson
2015-03-24
1
-11
/
+13
*
return unexpected message when receiving kx with kDHr or kDHd
Kurt Roeckx
2015-03-23
3
-8
/
+0
*
Don't send a for ServerKeyExchange for kDHr and kDHd
Kurt Roeckx
2015-03-23
1
-1
/
+1
*
Make sure that cert is never NULL
Kurt Roeckx
2015-03-23
3
-36
/
+19
*
Fix SSL_clear unused return
Matt Caswell
2015-03-23
1
-1
/
+2
*
ssl3_set_handshake_header returns
Matt Caswell
2015-03-23
8
-21
/
+65
*
Fix missing return value checks
Matt Caswell
2015-03-23
24
-136
/
+237
*
Check libssl function returns
Matt Caswell
2015-03-23
4
-451
/
+451
*
Don't check curves that haven't been sent
Matt Caswell
2015-03-23
1
-0
/
+10
*
Add DTLS support to ssltest
David Woodhouse
2015-03-20
1
-5
/
+26
*
Add DTLS to SSL_get_version
David Woodhouse
2015-03-20
1
-0
/
+6
*
Fix DHE Null CKE vulnerability
Matt Caswell
2015-03-19
1
-2
/
+9
*
Fix for CVE-2015-0291
Dr. Stephen Henson
2015-03-19
1
-6
/
+10
*
Fix Seg fault in DTLSv1_listen
Matt Caswell
2015-03-19
1
-0
/
+3
*
Multiblock corrupted pointer fix
Matt Caswell
2015-03-19
1
-1
/
+1
*
Add sanity check to PRF
Matt Caswell
2015-03-17
1
-0
/
+5
*
OPENSSL_NO_EC* merge; missed one file
Rich Salz
2015-03-15
1
-5
/
+5
*
Remove ssl_cert_inst()
Kurt Roeckx
2015-03-15
6
-103
/
+12
*
SSL_check_chain fix
Matt Caswell
2015-03-12
1
-2
/
+2
*
ssl/s3_clnt.c: fix intermittent failures.
Andy Polyakov
2015-03-12
2
-2
/
+4
*
Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
Rich Salz
2015-03-11
12
-88
/
+67
*
Cleanse buffers
Matt Caswell
2015-03-11
2
-0
/
+6
*
Harmonize return values in dtls1_buffer_record
Emilia Kasper
2015-03-10
1
-1
/
+1
*
Prevent handshake with unseeded PRNG
Matt Caswell
2015-03-10
1
-2
/
+3
[prev]
[next]