aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-11Fix X509_NAME decode for malloc failures.Dr. Stephen Henson1-17/+20
2016-10-11doc/crypto/OPENSSL_ia32cap.pod: update assembler requirements.Andy Polyakov1-2/+1
2016-10-11.travis.yml: minor optimizations:Andy Polyakov1-12/+5
2016-10-11.travis.yml: install wine on demand.Andy Polyakov1-3/+3
2016-10-10Fix up bn_prime.pl formatting.David Benjamin2-260/+259
2016-10-10Remove trailing whitespace from some files.David Benjamin95-390/+390
2016-10-10Add some missing types to indent.proFdaSilvaYY1-0/+8
2016-10-10Update fuzz corporaKurt Roeckx2325-124/+59
2016-10-03Fix linebreaks in the tls_construct_client_certificate functionMatt Caswell1-2/+2
2016-10-03Add a typedef for the construction functionMatt Caswell3-8/+6
2016-10-03Move setting of the handshake header up one more levelMatt Caswell4-66/+65
2016-10-03Remove the special case processing for finished constructionMatt Caswell4-37/+22
2016-10-03Harmonise setting the header and closing constructionMatt Caswell6-191/+165
2016-10-03Don't set the handshake header in every messageMatt Caswell6-170/+148
2016-10-03Move init of the WPACKET into write_state_machine()Matt Caswell7-306/+205
2016-10-02Remove untrue comment.Ben Laurie1-2/+0
2016-10-02Make dependencies if Makefile is new.Ben Laurie1-1/+1
2016-10-02Rename ssl_set_handshake_header2()Matt Caswell8-43/+30
2016-10-02Remove ssl_set_handshake_header()Matt Caswell4-36/+0
2016-10-02Remove the tls12_get_sigandhash_old() functionMatt Caswell2-25/+0
2016-10-02fix memory leakDr. Stephen Henson1-0/+2
2016-10-02Don't use DES when disabled.Ben Laurie1-3/+4
2016-10-01fix memory leakDr. Stephen Henson1-0/+1
2016-10-01Add SRP test vectors from RFC5054Dr. Stephen Henson1-0/+150
2016-10-01SRP code tidy.Dr. Stephen Henson1-69/+17
2016-09-29Convert NewSessionTicket construction to WPACKETMatt Caswell1-58/+51
2016-09-29Fix an error in packet_locl.hMatt Caswell1-1/+1
2016-09-29Convert CertStatus message construction to WPACKETMatt Caswell3-27/+16
2016-09-29Fix mis-named macro in packet_locl.hMatt Caswell1-2/+2
2016-09-29Convert SeverDone construction to WPACKETMatt Caswell1-7/+14
2016-09-29make updateDr. Stephen Henson1-0/+2
2016-09-29Print <ABSENT> if a STACK is NULL.Dr. Stephen Henson1-1/+2
2016-09-29add item list support to d2i_testDr. Stephen Henson1-15/+7
2016-09-29ASN1_ITEM should use type name not structure name.Dr. Stephen Henson1-2/+2
2016-09-29Add -item option to asn1parseDr. Stephen Henson2-6/+45
2016-09-29Add ASN1_ITEM lookup and enumerate functions.Dr. Stephen Henson5-1/+246
2016-09-29Fix missing NULL checks in NewSessionTicket constructionMatt Caswell3-1/+8
2016-09-29Fix an mis-matched function code so that "make update" doesn't failMatt Caswell1-1/+1
2016-09-29Add an example of usage to the WPACKET_reserve_bytes() documentationMatt Caswell1-0/+10
2016-09-29Address style feedback commentsMatt Caswell2-1/+2
2016-09-29Fix a bug in CKE construction for PSKMatt Caswell1-1/+1
2016-09-29Convert ServerKeyExchange construction to WPACKETMatt Caswell1-120/+97
2016-09-29Add the WPACKET_reserve_bytes() functionMatt Caswell2-8/+55
2016-09-29Remove tls12_copy_sigalgs_old()Matt Caswell2-22/+0
2016-09-29Convert CertificateRequest construction to WPACKETMatt Caswell3-59/+61
2016-09-29Address style feedback commentsMatt Caswell1-3/+1
2016-09-29Fix a bug in the construction of the ClienHello SRTP extensionMatt Caswell1-2/+5
2016-09-29Fix heartbeat compilation errorMatt Caswell1-0/+1
2016-09-29Delete some unneeded codeMatt Caswell3-88/+0
2016-09-29Convert ServerHello construction to WPACKETMatt Caswell5-219/+134