summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-10-13Configure: remove superfluous 0xVitezslav Cizek
2016-10-13Add memory leak detection to d2i_testDr. Stephen Henson
2016-10-13Fix copy-paste test labelsFdaSilvaYY
2016-10-13Remove automatic RPATH - Add a CHANGES entryRichard Levitte
2016-10-13Remove automatic RPATH - adapt shlib_wrap.shRichard Levitte
2016-10-13Remove automatic RPATH - add user rpath supportRichard Levitte
2016-10-13Remove automatic RPATHRichard Levitte
2016-10-12RT is put out to pastureRich Salz
2016-10-12Add C++ settings in the Linux config targetsRichard Levitte
2016-10-12Add support for C++ in Configurations/unix-Makefile.tmplRichard Levitte
2016-10-12Add support for C++ in ConfigureRichard Levitte
2016-10-11Fix X509_NAME decode for malloc failures.Dr. Stephen Henson
2016-10-11doc/crypto/OPENSSL_ia32cap.pod: update assembler requirements.Andy Polyakov
2016-10-11.travis.yml: minor optimizations:Andy Polyakov
2016-10-11.travis.yml: install wine on demand.Andy Polyakov
2016-10-10Fix up bn_prime.pl formatting.David Benjamin
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-10-10Add some missing types to indent.proFdaSilvaYY
2016-10-10Update fuzz corporaKurt Roeckx
2016-10-03Fix linebreaks in the tls_construct_client_certificate functionMatt Caswell
2016-10-03Add a typedef for the construction functionMatt Caswell
2016-10-03Move setting of the handshake header up one more levelMatt Caswell
2016-10-03Remove the special case processing for finished constructionMatt Caswell
2016-10-03Harmonise setting the header and closing constructionMatt Caswell
2016-10-03Don't set the handshake header in every messageMatt Caswell
2016-10-03Move init of the WPACKET into write_state_machine()Matt Caswell
2016-10-02Remove untrue comment.Ben Laurie
2016-10-02Make dependencies if Makefile is new.Ben Laurie
2016-10-02Rename ssl_set_handshake_header2()Matt Caswell
2016-10-02Remove ssl_set_handshake_header()Matt Caswell
2016-10-02Remove the tls12_get_sigandhash_old() functionMatt Caswell
2016-10-02fix memory leakDr. Stephen Henson
2016-10-02Don't use DES when disabled.Ben Laurie
2016-10-01fix memory leakDr. Stephen Henson
2016-10-01Add SRP test vectors from RFC5054Dr. Stephen Henson
2016-10-01SRP code tidy.Dr. Stephen Henson
2016-09-29Convert NewSessionTicket construction to WPACKETMatt Caswell
2016-09-29Fix an error in packet_locl.hMatt Caswell
2016-09-29Convert CertStatus message construction to WPACKETMatt Caswell
2016-09-29Fix mis-named macro in packet_locl.hMatt Caswell
2016-09-29Convert SeverDone construction to WPACKETMatt Caswell
2016-09-29make updateDr. Stephen Henson
2016-09-29Print <ABSENT> if a STACK is NULL.Dr. Stephen Henson
2016-09-29add item list support to d2i_testDr. Stephen Henson
2016-09-29ASN1_ITEM should use type name not structure name.Dr. Stephen Henson
2016-09-29Add -item option to asn1parseDr. Stephen Henson
2016-09-29Add ASN1_ITEM lookup and enumerate functions.Dr. Stephen Henson
2016-09-29Fix missing NULL checks in NewSessionTicket constructionMatt Caswell
2016-09-29Fix an mis-matched function code so that "make update" doesn't failMatt Caswell
2016-09-29Add an example of usage to the WPACKET_reserve_bytes() documentationMatt Caswell