openssl.git
2016-04-13 Dr. Stephen... X509_PUBKEY docs
2016-04-13 Richard LevitteFix setting of debug callback in apps/enc.c
2016-04-11 Kazuki YamaguchiAdd SSL_CTX_get_ciphers()
2016-04-11 Matt CaswellFix the no-posix-io option
2016-04-11 Matt CaswellRemove an unused function
2016-04-11 Matt CaswellFix the no-tls option
2016-04-11 Matt CaswellFix the no-nextprotoneg option
2016-04-11 Richard LevitteBIO: respect opening in text mode
2016-04-09 Emilia KasperDisable some sanitizer checks without PEDANTIC
2016-04-09 Emilia KasperFix warnings exposed by clang-3.8
2016-04-09 Emilia KasperAdjust --strict-warnings builds in Travis
2016-04-09 Richard LevitteDon't check the generated ssl-tests configs on VMS
2016-04-09 Richard LevitteVMS doesn't have directory separators in the same sense...
2016-04-09 Beat BolliRSA: the docs still talk about RSA_PKCS1_SSLeay
2016-04-09 Matt CaswellAdd CHANGES entry for DH and DH_METHOD opacity
2016-04-09 Matt CaswellAdd documentation for following DH and DH_METHOD opacity
2016-04-09 Matt CaswellFix double free bug in error path
2016-04-09 Matt Caswellmake update
2016-04-09 Matt CaswellMake DH_METHOD opaque
2016-04-09 Matt Caswellmake update
2016-04-09 Matt CaswellMake DH opaque
2016-04-08 Rich SalzAdd SSL_DANE typedef for consistency.
2016-04-08 Rich SalzAdd OCSP to mkdef
2016-04-07 Andy PolyakovPPC assembly pack: remove branch hints.
2016-04-07 Andy PolyakovClean-up *_DEBUG options.
2016-04-07 Andy PolyakovConfigurations/10-main.conf: omit now redundant -D_WINDLL.
2016-04-07 Andy Polyakovwindows-makefile.tmpl: clean up after DLL link failure.
2016-04-07 Andy Polyakovtest/[dane|evp_]test.c: BIO-fy file I/O.
2016-04-07 Andy Polyakovbio/bss_file.c: since VS2015 one can't tell apart own...
2016-04-07 Viktor Dukhovnimake update
2016-04-07 Viktor DukhovniSuppress CT callback as appropriate
2016-04-07 Viktor DukhovniFix client verify mode to check SSL_VERIFY_PEER
2016-04-07 David BenjaminFix memory leak on invalid CertificateRequest.
2016-04-07 Richard LevitteOpenSSL::Test: when moving directory, affect env as...
2016-04-07 Emilia KasperAllow generate_ssl_tests.pl to find testlib
2016-04-07 Emilia KasperRemove redundant symlink
2016-04-07 Richard LevitteBetter use BIO_snprintf() than snprintf(), in case...
2016-04-07 Richard LevitteFix forgotten adaptation to opaque RSA and RSA_METHOD
2016-04-06 Dr. Stephen... always use field names
2016-04-06 Richard LevittePerl: foreach (@list) { code } is better
2016-04-06 Richard LevitteAdd apps/tsget and test/ssltest_old to .gitignore
2016-04-06 Richard Levittemake update
2016-04-06 Richard LevitteUpdate CHANGES with the new about RSA and RSA_METHOD
2016-04-06 Richard LevitteDocument RSA_METHOD creators/destructor/accessors/writers
2016-04-06 Richard LevitteMake the RSA_METHOD structure opaque
2016-04-06 Richard LevitteDocument RSA accessors/writers
2016-04-06 Richard LevitteMake the RSA structure opaque
2016-04-06 Matt CaswellFix no-ocsp
2016-04-06 Matt CaswellRemove some OPENSSL_NO_ASYNC guards in init
2016-04-06 Richard LevittePerl cleanup: don't create lists unnecessarily
2016-04-06 Richard LevitteVMS: Fix special case for [.test]ssltest_old.c
2016-04-06 Andy PolyakovConfigure: add BLAKE_DEBUG to --strict-warnings set.
2016-04-06 FdaSilvaYYAdd missing mem leak test activation and checks
2016-04-06 Andrea GrandiAdd a check of the FD_SETSIZE before the call to select()
2016-04-05 Emilia KasperRename ssltest -> ssltest_old
2016-04-05 Emilia Kaspertestutil: return 1 on success
2016-04-05 Dr. Stephen... fix memory leak in ca
2016-04-05 Emilia KasperNew SSL test framework
2016-04-04 FdaSilvaYYFix a shadow symbol warning
2016-04-04 Viktor Szakatsset exec attribute for .pl files
2016-04-04 Viktor Szakatsfix perl shebang
2016-04-04 Viktor Szakatsuse whitespace more consistently
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 Rich SalzRevert "Fix an error code spelling."
2016-04-04 FdaSilvaYYFix an error code spelling.
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-04-04 FdaSilvaYYFix a possible leak on NETSCAPE_SPKI_verify failure.
2016-04-04 FdaSilvaYYUse X509_REQ_get0_pubkey
2016-04-04 FdaSilvaYYAdd X509_REQ_get0_pubkey method
2016-04-04 FdaSilvaYYFix two leaks in X509_REQ_to_X509
2016-04-04 Richard LevitteMake sure the rand_byte buffer in padlock engine is...
2016-04-04 Andy Polyakovcrypto/poly1305: don't break carry chains.
2016-04-04 Emilia KasperFix memory leaks in ASN.1
2016-04-04 Michał TrojnaraRemoved no-ops for the old locking API
2016-04-04 Viktor DukhovniFix mixed declarations and code
2016-04-03 Richard LevitteDon't shadow known symbols write, read, puts, gets
2016-04-03 Richard LevitteMakefile et al template: only modify static library...
2016-04-03 Andy Polyakovapps/Makefile.in: add tsget rule.
2016-04-03 Viktor DukhovniAfter saving errno clear it before calls to strtol...
2016-04-03 Viktor Dukhovnimake update
2016-04-03 Viktor DukhovniMove peer chain security checks into x509_vfy.c
2016-04-03 Viktor DukhovniTidy up x509_vfy callback handling
2016-04-03 Richard LevitteOrdinals adjustment
2016-04-02 Matt CaswellRename get/set_app_data to get0/set0_app_data
2016-04-02 Matt CaswellVarious DSA opacity fixups
2016-04-02 Matt Caswellmake update
2016-04-02 Matt CaswellAdded DSA opacity to CHANGES
2016-04-02 Matt CaswellDocument functions added as a result of DSA opacity...
2016-04-02 Matt CaswellMake DSA_METHOD opaque
2016-04-02 Matt CaswellMake the DSA structure opaque
2016-04-02 Richard LevitteAdapt some test recipes to the newer cmdstr()
2016-04-02 Richard LevitteEnhance OpenSSL::Test::cmdstr to give cmd string variants
2016-04-02 Kirill Marinushkinmoved structure bio_buf_mem_st from headers to bss_mem.c
2016-04-02 Kirill Marinushkinsizeof() updated to cover coding style
2016-04-02 Kirill MarinushkinOptimized BIO mem read - without reallocation
2016-04-02 MatFix: CRYPTO_THREAD_run_once
2016-04-02 Richard Levitteapps/opt.c: next was only used when NDEBUG undefined...
2016-04-02 Richard Levittemake depend: Check that find returned a non-empty strin...
2016-04-02 Dr. Stephen... Fix X509_PUBKEY cached key handling.
2016-04-02 Coty SutherlandCorrecting typo that causes make install fail
next