openssl.git
2012-01-04 Dr. Stephen... stop warning
2012-01-04 Dr. Stephen... Check GOST parameters are not NULL (CVE-2012-0027)
2012-01-04 Dr. Stephen... Prevent malformed RFC3779 data triggering an assertion...
2012-01-04 Dr. Stephen... fix warnings
2012-01-04 Dr. Stephen... Submitted by: Adam Langley <agl@chromium.org>
2011-12-26 Dr. Stephen... PR: 2326
2011-12-19 Dr. Stephen... PR: 2563
2011-12-09 Andy Polyakovx86-mont.pl: fix bug in integer-only squaring path.
2011-12-06 Dr. Stephen... The default CN prompt message can be confusing when...
2011-12-02 Bodo MöllerResolve a stack set-up race condition (if the list...
2011-12-02 Bodo MöllerFix ecdsatest.c.
2011-12-02 Bodo MöllerFix BIO_f_buffer().
2011-11-14 Andy PolyakovConfigure: fix corruption in RC4 implementation in...
2011-11-05 Andy Polyakovppc.pl: fix bug in bn_mul_comba4 [from HEAD].
2011-10-30 Richard LevitteTeach mkshared.com to have a look for disabled algorith...
2011-10-27 Dr. Stephen... PR: 2628
2011-10-27 Dr. Stephen... PR: 2628
2011-10-26 Dr. Stephen... PR: 2632
2011-10-19 Bodo MöllerBN_BLINDING multi-threading fix.
2011-10-13 Bodo Mölleruse -no_ecdhe when using -no_dhe
2011-10-13 Bodo MöllerClarify warning
2011-10-13 Bodo MöllerIn ssl3_clear, preserve s3->init_extra along with s3...
2011-10-09 Dr. Stephen... PR: 2482
2011-09-26 Dr. Stephen... fix signed/unsigned warning
2011-09-23 Dr. Stephen... use keyformat for -x509toreq, don't hard code PEM
2011-09-23 Dr. Stephen... PR: 2606
2011-09-23 Dr. Stephen... PR: 2602
2011-09-23 Dr. Stephen... PR: 2347
2011-09-06 Dr. Stephen... prepare for next version
2011-09-06 Dr. Stephen... update versions and dates for release OpenSSL_1_0_0e
2011-09-06 Dr. Stephen... update NEWS
2011-09-06 Dr. Stephen... Initialise X509_STORE_CTX properly so CRLs with nextUpd...
2011-09-05 Bodo Möller(EC)DH memory handling fixes.
2011-09-05 Bodo MöllerFix memory leak on bad inputs.
2011-09-05 Bodo Möller"make update"
2011-09-02 Dr. Stephen... Don't use *from++ in tolower as this is implemented...
2011-09-02 Dr. Stephen... PR: 2576
2011-09-01 Dr. Stephen... update NEWS
2011-09-01 Dr. Stephen... Add error checking to PKCS1_MGF1. From HEAD.
2011-09-01 Dr. Stephen... PR: 2340
2011-09-01 Dr. Stephen... make timing attack protection unconditional
2011-09-01 Dr. Stephen... PR: 2573
2011-09-01 Dr. Stephen... PR: 2589
2011-09-01 Dr. Stephen... PR: 2588
2011-09-01 Dr. Stephen... PR: 2586
2011-09-01 Dr. Stephen... PR: 2586
2011-08-14 Dr. Stephen... Remove hard coded ecdsaWithSHA1 hack in ssl routines...
2011-08-12 Andy PolyakovAlpha assembler fixes from HEAD.
2011-07-20 Dr. Stephen... PR: 2559
2011-07-20 Dr. Stephen... PR: 2555
2011-07-20 Dr. Stephen... PR: 2550
2011-07-15 Andy Polyakovconfig: detect if assembler supports --noexecstack...
2011-07-14 Dr. Stephen... PR: 2556 (partial)
2011-07-13 Andy Polyakovms/uplink.c: fix Visual Studio 2010 warning [from HEAD].
2011-07-13 Andy Polyakovperlasm/cbc.pl: fix tail processing bug [from HEAD].
2011-07-11 Bodo MöllerFix typo.
2011-06-22 Dr. Stephen... PR: 2470
2011-06-22 Dr. Stephen... PR: 2543
2011-06-22 Dr. Stephen... PR: 2540
2011-06-22 Dr. Stephen... correctly encode OIDs near 2^32
2011-06-20 Dr. Stephen... make EVP_dss() work for DSA signing
2011-06-15 Bodo MöllerComplete the version history (include information on...
2011-06-08 Dr. Stephen... fix memory leak
2011-05-25 Dr. Stephen... PR: 2533
2011-05-25 Dr. Stephen... PR: 2529
2011-05-25 Dr. Stephen... PR: 2527
2011-05-25 Dr. Stephen... Fix the ECDSA timing attack mentioned in the paper at:
2011-05-25 Dr. Stephen... Fix the ECDSA timing attack mentioned in the paper at:
2011-05-25 Dr. Stephen... Oops use up to date patch for PR#2506
2011-05-25 Dr. Stephen... PR: 2512
2011-05-25 Dr. Stephen... PR: 2506
2011-05-25 Dr. Stephen... PR: 2505
2011-05-19 Dr. Stephen... update date
2011-05-19 Dr. Stephen... inherit HMAC flags from MD_CTX
2011-05-19 Dr. Stephen... set encodedPoint to NULL after freeing it
2011-04-30 Dr. Stephen... no need to include memory.h
2011-04-06 Dr. Stephen... check buffer is larger enough before overwriting
2011-04-03 Dr. Stephen... PR: 2462
2011-04-03 Dr. Stephen... PR: 2458
2011-04-03 Dr. Stephen... PR: 2457
2011-03-25 Richard LevitteCorrections to the VMS build system.
2011-03-25 Dr. Stephen... make some non-VMS builds work again
2011-03-25 Richard LevitteFor VMS, implement the possibility to choose 64-bit...
2011-03-22 Richard Levittemake update (1.0.0-stable)
2011-03-22 Richard Levitte* util/mkdef.pl: Add crypto/o_str.h and crypto/o_time...
2011-03-20 Richard Levitte* apps/makeapps.com: Forgot to end the check for /POINT...
2011-03-20 Richard Levitte* apps/openssl.c: For VMS, take care of copying argv...
2011-03-19 Richard LevitteKeep file references in the VMS build files in the...
2011-03-19 Richard LevitteChange INSTALL.VMS to reflect the changes done on the...
2011-03-19 Richard LevitteApply all the changes submitted by Steven M. Schweda...
2011-03-13 Dr. Stephen... PR: 2469
2011-03-10 Dr. Stephen... make no-dsa work again
2011-03-04 Andy Polyakovs390x-mont.pl: optimize for z196.
2011-02-12 Andy Polyakovdso_dlfcn.c: make it work on Tru64 4.0 [from HEAD].
2011-02-08 Bodo MöllerSync with 0.9.8 branch.
2011-02-08 Bodo Möllerstart 1.0.0e-dev
2011-02-08 Bodo MöllerOCSP stapling fix (OpenSSL 0.9.8r/1.0.0d) OpenSSL_1_0_0d
2011-02-08 Bodo MöllerAdd complete information on 0.9.8 branch.
2011-02-03 Bodo MöllerAssorted bugfixes:
2011-02-03 Bodo Möllerfix omission
next