summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Minor release cockups.START_OpenSSL_0_9_8fg-stableben2007-10-112-3/+3
* Next version.ben2007-10-114-5/+9
* Ready to roll.ben2007-10-116-7/+11
* make update, and more DTLS stuff.ben2007-10-115-615/+551
* Respect cookie length set by app_gen_cookie_cb [from HEAD].appro2007-10-091-2/+1
* Make DTLS1 record layer MAC calculation RFC compliant. From HEAD with aappro2007-10-091-5/+25
* Prohibit RC4 in DTLS [from HEAD].appro2007-10-052-1/+23
* Fix from fips branch.steve2007-10-051-156/+138
* Set client_version earlier in DTLS (this is 0.9.8 specific).appro2007-10-031-0/+1
* Oops! This was erroneously left out commit #16633.appro2007-10-011-1/+1
* Explicit IV update [from HEAD].appro2007-09-301-2/+9
* Make ChangeCipherSpec compliant with DTLS RFC4347. From HEAD with a twist:appro2007-09-302-40/+37
* DTLS RFC4347 says HelloVerifyRequest resets Finished MAC. From HEAD with aappro2007-09-302-2/+8
* DTLS RFC4347 requires client to use rame random field in reply toappro2007-09-301-3/+14
* Switch for RFC-compliant version encoding in DTLS. From HEAD with a twist:appro2007-09-305-28/+43
* Update from HEAD.steve2007-09-281-1/+1
* Typosjaenicke2007-09-242-1/+106
* Finish sentence with a "."jaenicke2007-09-241-1/+1
* Fix from HEAD.steve2007-09-231-2/+2
* More changes from HEAD:bodo2007-09-212-3/+2
* Fixes from HEAD.steve2007-09-213-2/+12
* The use of the PURIFY macro in ssleay_rand_bytes() is sufficient tojaenicke2007-09-213-9/+1
* Use PURIFY instead of PEDANTIC.ben2007-09-202-5/+5
* Clarify wording a little.steve2007-09-201-10/+8
* Add FAQ entry on how to get rid of Valgrind warnings.jaenicke2007-09-201-0/+15
* Add passage to manual page actually reflecting the usage of thejaenicke2007-09-201-0/+50
* Wrap "keep valgrind happy" change in #ifdef PEDANTIC so any entropy in thesteve2007-09-191-0/+4
* Slight bug in dependencies caused occasional unnecessary diffs. Fixed.ben2007-09-192-1/+58
* make dependben2007-09-193-37/+45
* Lingering "security" fix.ben2007-09-191-11/+11
* Wire DES weak_keys to read-only segment [from HEAD].appro2007-09-181-56/+217
* Minimize stack utilization in probable_prime [from HEAD].appro2007-09-183-9/+74
* Remove excessive whitespaces from bio.h.appro2007-09-181-8/+8
* Make sure that BN_from_montgomery keeps the BIGNUMS in proper formatbodo2007-09-181-0/+2
* PR: 1560steve2007-09-171-0/+183
* PR: 1582steve2007-09-171-0/+5
* enc.pod update [from HEAD].appro2007-09-171-0/+8
* Typo in pq_compat.h [note that this file is not present in HEAD].appro2007-09-171-1/+1
* Mention SHA2 in apps/dgst and openssl.pod.appro2007-09-172-9/+374
* It's inappropraite to override application signal, nor is it appropriateappro2007-09-161-9/+1
* Minor fix in link_[oa].hpux [from HEAD].appro2007-09-161-2/+2
* BSD run-time linkers apparently demand RPATH on .so objects [from HEAD].appro2007-09-161-2/+17
* Make bn2dec work on "SIXTY_FOUR_BIT" platforms [from HEAD].appro2007-09-151-17/+767
* More Intel cc fix-ups [from HEAD].appro2007-09-141-3/+16
* It's unfortunate, but we have to disengage DES assembler in linux64-sparcv9appro2007-09-142-2/+2
* file sha1-x86_64.pl was added on branch OpenSSL_0_9_8-stable on 2007-11-11 13...appro2007-09-130-0/+0
* Integrate remaining parts of #14247 [from HEAD].appro2007-09-074-3/+2529
* Reimplement safestack to avoid function pointer casts.steve2007-09-062-48/+53
* Update NEWS file.steve2007-09-061-0/+1
* gcc 4.2 fixes to avoid use or function pointer casts in OpenSSL.steve2007-09-0621-454/+1953