openssl.git
2016-06-07 Rich SalzFix some GitHub issues.
2016-06-07 Cesar PereidaSet flag BN_FLG_CONSTTIME earlier
2016-06-07 Cesar PereidaRemove kq and set BN_FLG_CONSTTIME in k for BN_mod_inverse
2016-06-07 Rich SalzAdd script to find undocumented API
2016-06-07 Matt CaswellDocument the issue with threads and dlopen()
2016-06-06 Rich SalzMore doc nits
2016-06-06 Viktor SzakatsNOTES.WIN: use secure urls
2016-06-06 Richard Levittetests: fix the shutting up of the shell
2016-06-06 Richard LevitteFix the directory target generation
2016-06-06 Matt CaswellDeprecate the flags that switch off constant time
2016-06-06 Matt CaswellSimplify dsa_ossl.c
2016-06-06 Cesar PereidaFix DSA, preserve BN_FLG_CONSTTIME
2016-06-06 Andy Polyakovs390x assembly pack: improve portability.
2016-06-06 Richard Levittetests: Shut the shell up unless verbose
2016-06-05 Rich SalzRemove extra include's in synopsis.
2016-06-05 Richard LevitteConfigure: complete the changed fuzz option checks
2016-06-05 Viktor DukhovniSilence misleading test_abort stderr output
2016-06-05 FdaSilvaYYConstify X509V3_EXT_*_conf*
2016-06-05 FdaSilvaYYConstify ASN1_generate_nconf
2016-06-05 FdaSilvaYYConstify ASN1_generate_v3
2016-06-05 FdaSilvaYYConstify s2i_ASN1_IA5STRING
2016-06-05 FdaSilvaYYConstify s2i_ASN1_INTEGER
2016-06-05 FdaSilvaYYConstify X509_OBJECT_get_type & X509_OBJECT_get0_X509
2016-06-04 Richard LevitteClean away the last unixmake vestiges
2016-06-04 Rich SalzFix re-used function code
2016-06-04 Rich SalzIgnore buildtest artifacts.
2016-06-04 Richard LevitteAdd developer targets for each subdirectory we have...
2016-06-04 Kurt RoeckxSpecifiy size of arrays
2016-06-04 Dr. Stephen... Check for overflows in EOC.
2016-06-04 Kurt RoeckxAdd support for fuzzing with AFL
2016-06-04 Rich SalzRT3895: Remove fprintf's from SSL library.
2016-06-04 Rich SalzMore utils cleanup.
2016-06-04 Richard LevitteMake 25-test_gen.t and 25-test_req.t into one
2016-06-04 Richard LevitteHave some more test recipes clean up after themselves
2016-06-04 Richard LevitteWindows build: Remove .manifest files in test/ as well
2016-06-03 Richard LevitteChange inclusion of sys/types.h to stdlib.h in include...
2016-06-03 Richard LevitteAdd inclusion of stdlib.h in include/openssl/mdc2.h
2016-06-03 Richard LevitteAdd inclusion of openssl/x509.h in include/openssl...
2016-06-03 Richard LevitteGenerate simple build test files
2016-06-03 Matt CaswellFix documentation error in x509 app certopt flag
2016-06-03 Matt CaswellBIO_printf() can fail to print the last character
2016-06-03 Jonas Maebecryptodev_asym, zapparams: use OPENSSL_* allocation...
2016-06-03 Matt CaswellHandle a memory allocation failure in ssl3_init_finishe...
2016-06-03 Matt CaswellUpdate INSTALL instructions
2016-06-03 MatAdded define for STATUS_SUCCESS
2016-06-03 MatAdds casts for 64-bit
2016-06-03 MatDefine USE_BCRYPT
2016-06-03 MatUse BCryptGenRandom on Windows 7 or higher
2016-06-03 Matt CaswellAdd a paragraph on documentation to CONTRIBUTING
2016-06-03 Matt CaswellFurther update CONTRIBUTING
2016-06-03 Matt CaswellTweaks to NOTES.PERL
2016-06-03 Matt CaswellUpdate NOTES.WIN
2016-06-03 Matt CaswellUpdate CONTRIBUTING
2016-06-03 Matt CaswellBring the README file up to date
2016-06-03 PauliFix threading issue that at best will leak memory
2016-06-03 Richard Levittetests: clean up temporary SSL session files.
2016-06-03 Ben LaurieAdd ct fuzzer.
2016-06-03 Ben LaurieLinkify libfuzzer.
2016-06-03 Ben LaurieFuzz everything with every input.
2016-06-03 Ben LaurieSort.
2016-06-03 Emilia KasperUpdate client authentication tests
2016-06-03 Andy Polyakovchacha/chacha_enc.c: harmonize counter width with subro...
2016-06-02 Rich SalzGH1123: sort dir before rehash
2016-06-02 Richard LevitteBuild the 'openssl rehash' command on VMS version 8...
2016-06-02 Matt CaswellFix test failures when using enable-ubsan
2016-06-02 Dr. Stephen... Tidy up OCSP print handling.
2016-06-02 Richard Levitteperl: refactor .pod name section extractor into its...
2016-06-02 Richard LevitteAdd a warning about using enable-crypto-mdebug-backtrace
2016-06-02 Richard LevitteTesting symbol presence: also take note of small objects
2016-06-01 Rich SalzRemove NOEXIST entries
2016-06-01 Matt CaswellDon't leak memory on set_reasons() error path
2016-06-01 Matt CaswellDon't leak memory on int X509_PURPOSE_add() error path
2016-06-01 Matt CaswellDon't leak memory on X509_TRUST_add() error path
2016-06-01 Matt CaswellDon't leak memory on ASN1_item_pack() error path
2016-06-01 Matt CaswellDon't leak memory on ASN1_GENERALIZEDTIME_adj() error...
2016-06-01 Matt CaswellDon't leak memory in v2i_POLICY_MAPPINGS() on error...
2016-06-01 Matt CaswellDon't leak memory from notice_section function on error...
2016-06-01 Matt CaswellDon't leak memory in v2i_AUTHORITY_KEYID
2016-06-01 Matt CaswellFix memory leak in crl2pkcs7 app
2016-06-01 Matt CaswellFree a temporary buffer used by dsaparam application
2016-06-01 Matt CaswellFree buffer on error in a2i_ASN1_INTEGER()
2016-06-01 Matt CaswellFree memory on error in cms app
2016-06-01 Matt CaswellFree tempory data on error in ec_wNAF_mul()
2016-06-01 Rich SalzFix nits in crypto.pod,ssl.pod
2016-06-01 Rich SalzFix various doc nits.
2016-06-01 Rich SalzRemove/rename some old files.
2016-06-01 Rich SalzAdd final(?) set of copyrights.
2016-06-01 Rich SalzFix some RAND bugs
2016-06-01 Matt CaswellEnsure an ASN1_OBJECT is freed in error paths
2016-06-01 Matt CaswellFree allocated password strings on exit
2016-06-01 Matt CaswellFree a BIO_ADDR if DTLSv1_listen return <=0
2016-06-01 Matt CaswellEnsure BIGNUM is freed in an error path
2016-06-01 Matt CaswellFree an X509_CRL in an error path
2016-06-01 Matt CaswellDon't leak X509_OBJECT in an error path
2016-06-01 Rich SalzRT4337: Crash in DES
2016-06-01 Matt CaswellFix printing of DH Parameters
2016-06-01 Matt CaswellAdd dhparam sanity check and update DH_check documentation
2016-06-01 FdaSilvaYYRaise an Err when CRYPTO_THREAD_lock_new fails
2016-06-01 Matt Caswellreq command incorrectly displays the bits for an EC key
2016-06-01 Matt CaswellOpenBSD doesn't have ucontext.h so don't try and include it
next