summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2015-09-17Remove PACKET_(get|goto)_bookmarkEmilia Kasper
2015-09-17RT4047: Set reference count earlierFilipe DA SILVA
2015-09-17Disentangle RSA premaster secret parsingEmilia Kasper
2015-09-16Fix return values when adding serverinfo fails.Kurt Roeckx
2015-09-16make updateMatt Caswell
2015-09-14Fix PSK identity hint handling.Dr. Stephen Henson
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-09-10Restore SSLerr on PACKET_strndup failure.Emilia Kasper
2015-09-09PACKET: add PACKET_memdup and PACKET_strndupEmilia Kasper
2015-09-07PACKETise ServerKeyExchangeMatt Caswell
2015-09-07PACKETise ServerHello processingMatt Caswell
2015-09-06Avoid direct X509 structure accessDr. Stephen Henson
2015-09-04Match SUITEB strings at start of cipher list.Dr. Stephen Henson
2015-09-03remove 0 assignments.Rich Salz
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-09-02Fix CCM support in DTLSDr. Stephen Henson
2015-09-02Fix DTLS1.2 buffersHiroyuki YAMAMORI
2015-08-31Add X509_up_ref function.Dr. Stephen Henson
2015-08-26Clean up reset of read/write sequencesMatt Caswell
2015-08-26PACKET: add methods for reading length-prefixed TLS vectors.Emilia Kasper
2015-08-26Fix SSLv2-compatible ClientHello processing.Emilia Kasper
2015-08-26PACKET: constify where possibleEmilia Kasper
2015-08-26Fix DTLS session ticket renewalMatt Caswell
2015-08-14PACKETise CertificateRequestMatt Caswell
2015-08-14PACKETise ClientKeyExchange processingMatt Caswell
2015-08-14PACKETise NewSessionTicketMatt Caswell
2015-08-14Fix session ticketsMatt Caswell
2015-08-14Add CCM ciphersuites from RFC6655 and RFC7251Dr. Stephen Henson
2015-08-14ccm8 supportDr. Stephen Henson
2015-08-14CCM support.Dr. Stephen Henson
2015-08-13PACKETise Certificate Status messageMatt Caswell
2015-08-13Enhance PACKET readabilityMatt Caswell
2015-08-13Add missing return check for PACKET_buf_initMatt Caswell
2015-08-13PACKETise Server Certificate processingMatt Caswell
2015-08-11Remove Gost94 signature algorithm.Rich Salz
2015-08-11Fix "make test" seg fault with SCTP enabledMatt Caswell
2015-08-11Fix missing return value checks in SCTPMatt Caswell
2015-08-11Fix seg fault with 0 p val in SKEGuy Leaver (guleaver)
2015-08-11Normalise make errors outputMatt Caswell
2015-08-10RT3999: Remove sub-component version stringsRich Salz
2015-08-04Change error reason to match previous behaviour.Adam Eijdenberg
2015-08-04Fix unhandled error condition in sslv2 client hello parsing.Adam Eijdenberg
2015-08-04PACKETise NextProtoMatt Caswell
2015-08-04PACKETise CertificateVerify processingMatt Caswell
2015-08-04PACKETise ClientCertificate processingMatt Caswell
2015-08-04Fix a bug in the new PACKET implementationMatt Caswell
2015-08-03Fix make errors for the CCS changesMatt Caswell
2015-08-03Fix ssl3_read_bytes handshake fragment bugMatt Caswell
2015-08-03Move DTLS CCS processing into the state machineMatt Caswell
2015-08-03Move TLS CCS processing into the state machineMatt Caswell