summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
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
2015-08-03PACKETise ClientHello processingMatt Caswell
2015-08-03Add initial packet parsing codeMatt Caswell
2015-08-01Make BSD make happy with subdirectories.Ben Laurie
2015-07-31Remove erroneous server_random fillingMatt Caswell
2015-07-30cleanse psk_identity on errorDr. Stephen Henson
2015-07-30Free and cleanse pms on errorDr. Stephen Henson
2015-07-30Don't request certificates for any PSK ciphersuiteDr. Stephen Henson
2015-07-30CAMELLIA PSK ciphersuites from RFC6367Dr. Stephen Henson
2015-07-30Add RFC4785 ciphersuitesDr. Stephen Henson
2015-07-30Add RFC4279, RFC5487 and RFC5489 ciphersuites.Dr. Stephen Henson
2015-07-30Add full PSK trace supportDr. Stephen Henson
2015-07-30PSK premaster secret derivation.Dr. Stephen Henson
2015-07-30Extended PSK server support.Dr. Stephen Henson
2015-07-30Extended PSK client support.Dr. Stephen Henson
2015-07-30PSK PRF correction.Dr. Stephen Henson