openssl.git
2016-10-03 Matt CaswellHarmonise setting the header and closing construction
2016-10-03 Matt CaswellDon't set the handshake header in every message
2016-10-03 Matt CaswellMove init of the WPACKET into write_state_machine()
2016-10-02 Ben LaurieRemove untrue comment.
2016-10-02 Ben LaurieMake dependencies if Makefile is new.
2016-10-02 Matt CaswellRename ssl_set_handshake_header2()
2016-10-02 Matt CaswellRemove ssl_set_handshake_header()
2016-10-02 Matt CaswellRemove the tls12_get_sigandhash_old() function
2016-10-02 Dr. Stephen... fix memory leak
2016-10-02 Ben LaurieDon't use DES when disabled.
2016-10-01 Dr. Stephen... fix memory leak
2016-10-01 Dr. Stephen... Add SRP test vectors from RFC5054
2016-10-01 Dr. Stephen... SRP code tidy.
2016-09-29 Matt CaswellConvert NewSessionTicket construction to WPACKET
2016-09-29 Matt CaswellFix an error in packet_locl.h
2016-09-29 Matt CaswellConvert CertStatus message construction to WPACKET
2016-09-29 Matt CaswellFix mis-named macro in packet_locl.h
2016-09-29 Matt CaswellConvert SeverDone construction to WPACKET
2016-09-29 Dr. Stephen... make update
2016-09-29 Dr. Stephen... Print <ABSENT> if a STACK is NULL.
2016-09-29 Dr. Stephen... add item list support to d2i_test
2016-09-29 Dr. Stephen... ASN1_ITEM should use type name not structure name.
2016-09-29 Dr. Stephen... Add -item option to asn1parse
2016-09-29 Dr. Stephen... Add ASN1_ITEM lookup and enumerate functions.
2016-09-29 Matt CaswellFix missing NULL checks in NewSessionTicket construction
2016-09-29 Matt CaswellFix an mis-matched function code so that "make update...
2016-09-29 Matt CaswellAdd an example of usage to the WPACKET_reserve_bytes...
2016-09-29 Matt CaswellAddress style feedback comments
2016-09-29 Matt CaswellFix a bug in CKE construction for PSK
2016-09-29 Matt CaswellConvert ServerKeyExchange construction to WPACKET
2016-09-29 Matt CaswellAdd the WPACKET_reserve_bytes() function
2016-09-29 Matt CaswellRemove tls12_copy_sigalgs_old()
2016-09-29 Matt CaswellConvert CertificateRequest construction to WPACKET
2016-09-29 Matt CaswellAddress style feedback comments
2016-09-29 Matt CaswellFix a bug in the construction of the ClienHello SRTP...
2016-09-29 Matt CaswellFix heartbeat compilation error
2016-09-29 Matt CaswellDelete some unneeded code
2016-09-29 Matt CaswellConvert ServerHello construction to WPACKET
2016-09-29 Matt CaswellFix an Uninit read in DTLS
2016-09-29 Matt CaswellFix no-dtls
2016-09-28 Richard Levitteapps/apps.c: initialize and de-initialize engine around...
2016-09-28 Rich SalzRevert "Call ENGINE_init() before trying to use keys...
2016-09-28 David WoodhouseCall ENGINE_init() before trying to use keys from engine
2016-09-28 David WoodhouseRestore '-keyform engine' support for s_client
2016-09-28 Matt CaswellAdd DTLS renegotiation tests
2016-09-28 Matt CaswellExtend the renegotiation tests
2016-09-28 Matt CaswellUpdate README.ssltest.md
2016-09-28 Matt CaswellAdd support for testing renegotiation
2016-09-28 Matt CaswellFix a bug in Renegotiation extension construction
2016-09-28 Matt CaswellConvert HelloRequest construction to WPACKET
2016-09-26 David BenjaminAdd missing parameter.
2016-09-26 David BenjaminSwitch back to assuming TLS 1.2.
2016-09-26 David BenjaminAddress review comments.
2016-09-26 David BenjaminDon't test quite so many of them.
2016-09-26 David BenjaminTest CBC mode padding.
2016-09-26 Matt CaswellFix some mem leaks in sslapitest
2016-09-26 David BenjaminAdd a basic test for BN_bn2dec.
2016-09-26 Matt CaswellFix HelloVerifyRequest construction
2016-09-26 Matt CaswellUpdates CHANGES and NEWS for new release
2016-09-26 Robert SwieckiAdd to fuzz corpora for CVE-2016-6309
2016-09-26 Matt CaswellFix Use After Free for large message sizes
2016-09-26 Matt CaswellFix a WPACKET bug
2016-09-26 Matt CaswellAdd a test for large messages
2016-09-22 Matt CaswellConvert HelloVerifyRequest construction to WPACKET
2016-09-22 Matt CaswellAdd warning about a potential pitfall with WPACKET_allo...
2016-09-22 Rich SalzAdd -Wswitch-enum
2016-09-22 Matt CaswellUpdates CHANGES and NEWS for new release
2016-09-22 Dmitry BelyavskyAvoid KCI attack for GOST
2016-09-22 Matt CaswellFix a hang with SSL_peek()
2016-09-22 Matt CaswellFix a mem leak in NPN handling
2016-09-22 Matt CaswellAdd some more OCSP testing
2016-09-22 Matt CaswellAdd OCSP_RESPID_match()
2016-09-22 Matt CaswellAdd the ability to set OCSP_RESPID fields
2016-09-22 Matt CaswellFix OCSP Status Request extension unbounded memory...
2016-09-22 Richard LevitteFix error message typo, wrong function code
2016-09-21 Matt CaswellExcessive allocation of memory in dtls1_preprocess_frag...
2016-09-21 Matt CaswellExcessive allocation of memory in tls_get_message_header()
2016-09-21 Matt CaswellDon't leak on an OPENSSL_realloc() failure
2016-09-21 Matt CaswellDon't allow too many consecutive warning alerts
2016-09-21 Andy Polyakovrand/randfile.c: treat empty string in RAND_file_name...
2016-09-21 Andy Polyakovrand/randfile.c: rationalize __OpenBSD__ code path.
2016-09-21 Andy Polyakovrand/randfile.c: restore fallback to $HOME for non...
2016-09-21 Rich SalzDcoument -alpn flag
2016-09-21 Rich SalzGH1555: Don't bump size on realloc failure
2016-09-21 Rich SalzRevert "Constify code about X509_VERIFY_PARAM"
2016-09-21 Richard Levittetest/x509aux.c: Fix argv loop
2016-09-21 Matt Caswellmake update and fix some associated mis-matched error...
2016-09-21 Matt CaswellFix a missing NULL check in dsa_builtin_paramgen
2016-09-21 Richard LevitteVMS: add [.util]shlib_wrap.exe and its build instructions
2016-09-21 Richard Levittedescrip.mms.tmpl: in obj2bin, make sure an empty @deps...
2016-09-20 Richard Levitteutil/dofile.pl: report if a template couldn't be loaded
2016-09-20 Richard LevitteQuiet compiler warning about uninitialised variable
2016-09-20 Rich SalzRT3669: dgst can only sign/verify one file.
2016-09-20 Richard Levitteapps/apps.c: include sys/socket.h to declare recv()
2016-09-20 Richard LevitteDocumentation fixup; no more ECDHParameters
2016-09-20 Richard LevitteCrude VMS build files for demos/bio/
2016-09-20 Richard LevitteCrude Makefile for demos/bio/
2016-09-20 Richard LevitteDon't ignore Makefiles in demos/
2016-09-20 Richard LevitteFixup BIO demos for OpenSSL 1.1.x
2016-09-20 Richard LevitteFixup BIO demos for OpenSSL 1.1.x
next