openssl.git
2016-10-14 FdaSilvaYYFix style issue
2016-10-14 FdaSilvaYYConstify command options
2016-10-14 Richard LevitteFix C++ support: set $target{cxx} correctly
2016-10-14 Xiaoyin LiuFix typo
2016-10-13 Vitezslav CizekConfigure: remove superfluous 0x
2016-10-13 Dr. Stephen... Add memory leak detection to d2i_test
2016-10-13 FdaSilvaYYFix copy-paste test labels
2016-10-13 Richard LevitteRemove automatic RPATH - Add a CHANGES entry
2016-10-13 Richard LevitteRemove automatic RPATH - adapt shlib_wrap.sh
2016-10-13 Richard LevitteRemove automatic RPATH - add user rpath support
2016-10-13 Richard LevitteRemove automatic RPATH
2016-10-12 Rich SalzRT is put out to pasture
2016-10-12 Richard LevitteAdd C++ settings in the Linux config targets
2016-10-12 Richard LevitteAdd support for C++ in Configurations/unix-Makefile...
2016-10-12 Richard LevitteAdd support for C++ in Configure
2016-10-11 Dr. Stephen... Fix X509_NAME decode for malloc failures.
2016-10-11 Andy Polyakovdoc/crypto/OPENSSL_ia32cap.pod: update assembler requir...
2016-10-11 Andy Polyakov.travis.yml: minor optimizations:
2016-10-11 Andy Polyakov.travis.yml: install wine on demand.
2016-10-10 David BenjaminFix up bn_prime.pl formatting.
2016-10-10 David BenjaminRemove trailing whitespace from some files.
2016-10-10 FdaSilvaYYAdd some missing types to indent.pro
2016-10-10 Kurt RoeckxUpdate fuzz corpora
2016-10-03 Matt CaswellFix linebreaks in the tls_construct_client_certificate...
2016-10-03 Matt CaswellAdd a typedef for the construction function
2016-10-03 Matt CaswellMove setting of the handshake header up one more level
2016-10-03 Matt CaswellRemove the special case processing for finished constru...
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
next