index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
t1_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Kerberos support from libssl
Matt Caswell
2015-05-13
1
-6
/
+0
*
Use "==0" instead of "!strcmp" etc
Rich Salz
2015-05-07
1
-3
/
+3
*
Initialize potentially uninitialized local variables
Gunnar Kudrjavets
2015-05-06
1
-1
/
+1
*
Add OSSL_NELEM macro.
Dr. Stephen Henson
2015-05-03
1
-17
/
+9
*
free null cleanup finale
Rich Salz
2015-05-01
1
-51
/
+27
*
free NULL cleanup 5a
Rich Salz
2015-04-30
1
-5
/
+2
*
Code style: space after 'if'
Viktor Dukhovni
2015-04-16
1
-1
/
+1
*
Removed dependency on rrec from heartbeat processing
Matt Caswell
2015-03-26
1
-6
/
+2
*
Encapsulate s->s3->rrec
Matt Caswell
2015-03-26
1
-4
/
+8
*
Resolve swallowed returns codes
Matt Caswell
2015-03-25
1
-7
/
+6
*
RAND_bytes updates
Matt Caswell
2015-03-25
1
-5
/
+14
*
Fix missing return value checks
Matt Caswell
2015-03-23
1
-9
/
+17
*
Don't check curves that haven't been sent
Matt Caswell
2015-03-23
1
-0
/
+10
*
Fix for CVE-2015-0291
Dr. Stephen Henson
2015-03-19
1
-6
/
+10
*
SSL_check_chain fix
Matt Caswell
2015-03-12
1
-2
/
+2
*
Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
Rich Salz
2015-03-11
1
-9
/
+8
*
dead code cleanup: #if 0 in ssl
Rich Salz
2015-02-06
1
-29
/
+0
*
Extended master secret extension support.
Dr. Stephen Henson
2015-02-03
1
-0
/
+14
*
Remove support for opaque-prf
Rich Salz
2015-01-28
1
-233
/
+0
*
OPENSSL_NO_xxx cleanup: SHA
Rich Salz
2015-01-27
1
-21
/
+1
*
Fix segfault with empty fields as last in the config.
Kurt Roeckx
2015-01-24
1
-0
/
+4
*
Re-align some comments after running the reformat script.
Matt Caswell
2015-01-22
1
-57
/
+57
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-4346
/
+4086
*
indent has problems with comments that are on the right hand side of a line.
Matt Caswell
2015-01-22
1
-7
/
+34
*
Fix source where indent will not be able to cope
Matt Caswell
2015-01-22
1
-1
/
+3
*
Fix building with no-srtp
Piotr Sikora
2015-01-05
1
-0
/
+8
*
Clear existing extension state.
Dr. Stephen Henson
2015-01-02
1
-0
/
+10
*
constify tls 1.2 lookup tables.
Cristian RodrÃguez
2014-12-31
1
-6
/
+6
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-46
/
+60
*
Add OPENSSL_NO_ECDH guards
Matt Caswell
2014-12-16
1
-0
/
+2
*
tls1_heartbeat: check for NULL after allocating buf
Jonas Maebe
2014-12-10
1
-0
/
+5
*
tls1_process_heartbeat: check for NULL after allocating buffer
Jonas Maebe
2014-12-10
1
-0
/
+5
*
Remove some unnecessary OPENSSL_FIPS references
Dr. Stephen Henson
2014-12-08
1
-2
/
+0
*
Clarify the return values for SSL_get_shared_curve.
Emilia Kasper
2014-12-05
1
-7
/
+10
*
Add extra checks for odd-length EC curve lists.
Emilia Kasper
2014-12-05
1
-74
/
+108
*
Reject elliptic curve lists of odd lengths.
Emilia Kasper
2014-12-05
1
-1
/
+3
*
Fix SuiteB chain checking logic.
Dr. Stephen Henson
2014-11-20
1
-7
/
+4
*
Ensure SSL3_FLAGS_CCS_OK (or d1->change_cipher_spec_ok for DTLS) is reset
Emilia Kasper
2014-11-20
1
-1
/
+1
*
Reset s->tlsext_ticket_expected in ssl_scan_serverhello_tlsext.
Emilia Kasper
2014-11-20
1
-0
/
+1
*
Only handle RI extension for SSLv3
Dr. Stephen Henson
2014-11-19
1
-71
/
+70
*
Process signature algorithms before deciding on certificate.
Dr. Stephen Henson
2014-11-19
1
-38
/
+44
*
Added references to RFC 7027
Matt Caswell
2014-11-18
1
-2
/
+2
*
Prevent use of binary curves when OPENSSL_NO_EC2M is defined
Dr. Stephen Henson
2014-11-18
1
-0
/
+4
*
Updated comment references to draft-ietf-tls-ecc-12 to refer to RFC4492 instead
Matt Caswell
2014-11-18
1
-7
/
+2
*
Process signature algorithms in ClientHello late.
Dr. Stephen Henson
2014-10-24
1
-33
/
+51
*
Fix for session tickets memory leak.
Dr. Stephen Henson
2014-10-15
1
-0
/
+3
*
Fix for SRTP Memory Leak
Matt Caswell
2014-10-15
1
-4
/
+5
*
Disable encrypt them mac for SSL 3.0 and stream ciphers (RC4 only).
Dr. Stephen Henson
2014-10-10
1
-8
/
+18
*
Parse custom extensions after internal extensions.
Dr. Stephen Henson
2014-09-30
1
-9
/
+9
*
New extension callback features.
Dr. Stephen Henson
2014-08-28
1
-2
/
+2
[next]