openssl.git
2015-09-07 Richard LevitteTone down the requirements of a test that will go away.
2015-09-07 Richard LevitteRemove old testing scripts out of the way.
2015-09-07 Richard LevitteAdapt mk1mf.pl and helpers to the new testing framework.
2015-09-07 Richard LevitteSimplify very simple test recipes further.
2015-09-07 Richard LevitteRemove test targets from Makefile, have it use run_tests.pl
2015-09-07 Richard LevitteIgnore the log files
2015-09-07 Richard LevitteAdd recipes for misc other things we want to test
2015-09-07 Richard LevitteAdd recipes for the larger protocols
2015-09-07 Richard LevitteAdd engine and evp test recipes.
2015-09-07 Richard LevitteAdd recipes for tests related to certificates
2015-09-07 Richard LevitteAdd asymetric cipher test recipes
2015-09-07 Richard LevitteAdd a helper script for key file format conversion...
2015-09-07 Richard LevitteAdd the encryption test recipe
2015-09-07 Richard LevitteAdd recipes for individual block ciphers, stream cipher...
2015-09-07 Richard LevitteAdd math tests recipes
2015-09-07 Richard LevitteGroundwork for a perl based testing framework
2015-09-07 Matt CaswellPACKETise ServerKeyExchange
2015-09-07 Matt CaswellPACKETise ServerHello processing
2015-09-07 Matt CaswellUpdates for NumericString support
2015-09-07 Dmitry BelyavskyAdd NumericString support
2015-09-07 Matt CaswellFix build break due to rehash command
2015-09-07 Rich Salzfix build breakage on windows
2015-09-06 Rich SalzFix typo, that broke build on non-unix
2015-09-06 Timo TerasAdd rehash command to openssl
2015-09-06 Richard LevitteSmall fix: make istext static
2015-09-06 Richard LevitteFix enc so it properly treats BASE64 as text
2015-09-06 Richard LevitteFixup merge conflicts in util/libeay.num
2015-09-06 Richard LevitteChange the treatment of stdin and stdout to allow binar...
2015-09-06 Richard Levittedup_bio_* and bio_open_* are utility functions and...
2015-09-06 Richard LevitteRemove warning about use of uninitialised variable
2015-09-05 Richard LevitteHave binary mode when the format is binary, not the...
2015-09-05 Richard LevitteHave the test executables output in text mode
2015-09-05 Richard LevitteChange the way apps open their input and output files
2015-09-05 Richard LevitteMake the handling of output and input formats consistent
2015-09-05 Richard LevitteMake the verify_extra test location agnostic
2015-09-05 Dr. Stephen... make update
2015-09-05 Dr. Stephen... Avoid direct X509 structure access
2015-09-05 Dr. Stephen... Replace X509 macros with functions
2015-09-05 Rich SalzCleanup testtsa script
2015-09-05 Rich SalzMake TS structures opaque.
2015-09-05 Rich SalzRT3955: Reduce some stack usage
2015-09-05 mrpreIn X509_STORE_CTX_init, cleanup on failure
2015-09-05 David WoodhouseRT3951: Add X509_V_FLAG_NO_CHECK_TIME to suppress time...
2015-09-05 Alessandro... Use the shlib wrapper when running nptest
2015-09-05 Dr. Stephen... make X509_REVOKED opaque
2015-09-05 Benjamin KadukSupply a build rule for the recently added nptest
2015-09-04 Dr. Stephen... Match SUITEB strings at start of cipher list.
2015-09-04 Rich SalzTest for NULL ptr == 0
2015-09-04 Rich SalzRT3998: Allow scrypt to be disabled
2015-09-04 Rich SalzMore zalloc nits
2015-09-03 David WoodhouseRevert "OPENSSL_NO_xxx cleanup: RFC3779"
2015-09-03 Rich Salzremove 0 assignments.
2015-09-03 Long, QinAdd UEFI flag for rand build
2015-09-03 Richard LevitteWin32 build fix: include internal/numbers.h to get...
2015-09-03 David BarRT3674: Make no-cms build work.
2015-09-03 Dr. Stephen... make update
2015-09-03 Dr. Stephen... PBE lookup test
2015-09-03 Alessandro... Add initial Travis CI configuration
2015-09-03 Richard LevitteTwo changes at ones lead to a confused libeay.num....
2015-09-03 Rich SalzCheck OPENSSL_gmtime_diff
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-09-02 Dr. Stephen... make update
2015-09-02 Dr. Stephen... make X509_CRL opaque
2015-09-02 Dr. Stephen... Extend ciphersuite test coverage.
2015-09-02 Dr. Stephen... Fix CCM support in DTLS
2015-09-02 Dr. Stephen... Update ssltest certificate handling.
2015-09-02 Dr. Stephen... Create DSA and ECDSA certificates.
2015-09-02 Dr. Stephen... delete unused structure
2015-09-02 Rich SalzMove OPENSSL_ITEM to store.h
2015-09-02 Viktor DukhovniCleaner handling of "cnid" in do_x509_check
2015-09-02 Viktor DukhovniBetter handling of verify param id peername field
2015-09-01 Hiroyuki YAMAMORIFix DTLS1.2 buffers
2015-09-01 Tim ZhangFix the comment for POINT_CONVERSION_UNCOMPRESSED
2015-09-01 Dr. Stephen... make update
2015-09-01 Dr. Stephen... Document extension functions
2015-09-01 Dr. Stephen... functions to retrieve certificate flags
2015-09-01 Dr. Stephen... use uint32_t for certificate flags
2015-09-01 Adam EijdenbergRT3984: Fix clang compiler warning on Mac OS X where...
2015-09-01 Emilia Kasperapps/speed.c: fix memory leak
2015-09-01 Emilia KasperRT4002: check for NULL cipher in p12_crpt.c
2015-09-01 Emilia KasperRT 3493: fix RSA test
2015-09-01 Rich SalzRT3767: openssl_button.gif should be PNG
2015-08-31 Richard LevitteIgnore .dir-locals.el
2015-08-31 Dr. Stephen... make update
2015-08-31 Dr. Stephen... Add X509_up_ref function.
2015-08-31 Dr. Stephen... Add X509_CRL_up_ref function
2015-08-31 mrprecheck bn_new return value
2015-08-31 Dr. Stephen... make X509_REQ opaque
2015-08-31 Dr. Stephen... make X509_CERT_AUX opaque
2015-08-31 Dr. Stephen... Remove asn1-kludge option.
2015-08-31 Ben KadukGH367 follow-up, for more clarity
2015-08-31 Emilia KasperBN_mod_exp_mont_consttime: check for zero modulus.
2015-08-31 Richard LevitteRemove auto-fill-mode
2015-08-31 Richard LevitteAdd an example .dir-locals.el
2015-08-31 Richard LevitteAdd emacs CC mode style for OpenSSL
2015-08-31 Emilia KasperFix spurious bntest failures.
2015-08-30 Rich SalzRemove the "times" directory.
2015-08-28 Rich SalzFix 4c42ebd; forgot to inutil util/libeay.num
2015-08-28 Alessandro... GH354: Memory leak fixes
2015-08-28 Ismo PuustinenGH367: Fix dsa keygen for too-short seed
next