aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-113-111/+117
* Restore SSLerr on PACKET_strndup failure.Emilia Kasper2015-09-101-0/+1
* PACKET: add PACKET_memdup and PACKET_strndupEmilia Kasper2015-09-092-30/+67
* PACKETise ServerKeyExchangeMatt Caswell2015-09-071-124/+88
* PACKETise ServerHello processingMatt Caswell2015-09-075-115/+157
* Avoid direct X509 structure accessDr. Stephen Henson2015-09-062-26/+13
* Match SUITEB strings at start of cipher list.Dr. Stephen Henson2015-09-041-5/+6
* remove 0 assignments.Rich Salz2015-09-033-77/+3
* Add and use OPENSSL_zallocRich Salz2015-09-028-25/+10
* Fix CCM support in DTLSDr. Stephen Henson2015-09-021-1/+2
* Fix DTLS1.2 buffersHiroyuki YAMAMORI2015-09-021-2/+2
* Add X509_up_ref function.Dr. Stephen Henson2015-08-315-6/+6
* Clean up reset of read/write sequencesMatt Caswell2015-08-261-4/+4
* PACKET: add methods for reading length-prefixed TLS vectors.Emilia Kasper2015-08-262-53/+130
* Fix SSLv2-compatible ClientHello processing.Emilia Kasper2015-08-261-1/+3
* PACKET: constify where possibleEmilia Kasper2015-08-261-13/+15
* Fix DTLS session ticket renewalMatt Caswell2015-08-261-0/+4
* PACKETise CertificateRequestMatt Caswell2015-08-141-32/+34
* PACKETise ClientKeyExchange processingMatt Caswell2015-08-141-64/+119
* PACKETise NewSessionTicketMatt Caswell2015-08-141-15/+15
* Fix session ticketsMatt Caswell2015-08-141-0/+5
* Add CCM ciphersuites from RFC6655 and RFC7251Dr. Stephen Henson2015-08-141-0/+320
* ccm8 supportDr. Stephen Henson2015-08-143-7/+25
* CCM support.Dr. Stephen Henson2015-08-147-12/+50
* PACKETise Certificate Status messageMatt Caswell2015-08-131-10/+16
* Enhance PACKET readabilityMatt Caswell2015-08-133-5/+4
* Add missing return check for PACKET_buf_initMatt Caswell2015-08-131-1/+5
* PACKETise Server Certificate processingMatt Caswell2015-08-131-14/+17
* Remove Gost94 signature algorithm.Rich Salz2015-08-117-116/+11
* Fix "make test" seg fault with SCTP enabledMatt Caswell2015-08-111-2/+5
* Fix missing return value checks in SCTPMatt Caswell2015-08-112-9/+25
* Fix seg fault with 0 p val in SKEGuy Leaver (guleaver)2015-08-112-0/+19
* Normalise make errors outputMatt Caswell2015-08-111-1/+1
* RT3999: Remove sub-component version stringsRich Salz2015-08-103-5/+0
* Change error reason to match previous behaviour.Adam Eijdenberg2015-08-041-1/+1
* Fix unhandled error condition in sslv2 client hello parsing.Adam Eijdenberg2015-08-041-0/+3
* PACKETise NextProtoMatt Caswell2015-08-041-19/+24
* PACKETise CertificateVerify processingMatt Caswell2015-08-041-17/+30
* PACKETise ClientCertificate processingMatt Caswell2015-08-041-13/+20
* Fix a bug in the new PACKET implementationMatt Caswell2015-08-041-8/+8
* Fix make errors for the CCS changesMatt Caswell2015-08-031-1/+1
* Fix ssl3_read_bytes handshake fragment bugMatt Caswell2015-08-031-0/+4
* Move DTLS CCS processing into the state machineMatt Caswell2015-08-036-92/+129
* Move TLS CCS processing into the state machineMatt Caswell2015-08-0310-137/+170
* PACKETise ClientHello processingMatt Caswell2015-08-036-336/+344
* Add initial packet parsing codeMatt Caswell2015-08-033-605/+1036
* Make BSD make happy with subdirectories.Ben Laurie2015-08-011-0/+4
* Remove erroneous server_random fillingMatt Caswell2015-07-311-7/+4
* cleanse psk_identity on errorDr. Stephen Henson2015-07-301-2/+6
* Free and cleanse pms on errorDr. Stephen Henson2015-07-301-2/+6