| Commit message (Expand) | Author | Files | Lines |
2004-01-21 | fix Makefile | david | 1 | -2/+2 |
2004-01-20 | Call _exit() not exit() from abort() if we are unable to kill ourselves | millert | 1 | -3/+3 |
2004-01-20 | Add strptime regress from NetBSD; OK miod@ after un-peeing. | millert | 6 | -2/+749 |
2004-01-20 | Fix the example code. The loop invariant 'i' was not bound by MAXTOKENS | millert | 1 | -3/+3 |
2004-01-16 | Test more ways of producing a positive infinity, and then test negative | miod | 2 | -9/+67 |
2004-01-15 | Add a new regression test, which checks that we handle fp overflow correctly, | miod | 3 | -2/+43 |
2004-01-14 | Fix printf format string. ok markus@ | otto | 1 | -1/+1 |
2004-01-06 | - Rename index to longindex and explain its use. | fgsch | 1 | -9/+20 |
2003-12-30 | sync protos with <netdb.h>; | jmc | 1 | -3/+3 |
2003-12-29 | updates for openssl gen{d,r}sa: | jmc | 1 | -51/+55 |
2003-12-25 | Test a large negative malloc value as well. | miod | 1 | -1/+2 |
2003-12-21 | document (lightly) openssl errstr; | jmc | 1 | -2/+29 |
2003-12-19 | update for openssl enc: | jmc | 1 | -125/+121 |
2003-12-13 | sort options and typos for openssl {dsa,dsaparam}; | jmc | 1 | -56/+56 |
2003-12-12 | niels kindly dropped clause 3/4 from the license. tnx! | itojun | 1 | -6/+1 |
2003-12-12 | we can skip arc4random() call here. markus | itojun | 1 | -2/+2 |
2003-12-10 | correct non-repetitive ID code, based on comments from niels provos. | itojun | 1 | -12/+16 |
2003-11-26 | Discard first 256 bytes of keystream, as per recommendation in | djm | 1 | -1/+10 |
2003-11-26 | small update for openssl dsa and sort options; | jmc | 1 | -57/+57 |
2003-11-25 | wording improvements from Brian Poole; | jmc | 1 | -5/+4 |
2003-11-21 | small update for openssl dhparam: sort options and document -check; | jmc | 1 | -59/+62 |
2003-11-19 | Break up the colon-separated path to -I into two -I args so the tree | millert | 1 | -2/+2 |
2003-11-19 | only whine about recursion once, so we don't get into problems with loops. | tedu | 1 | -19/+26 |
2003-11-18 | use bn_asm_vax.S (from netbsd); test + ok by miod | markus | 18 | -25/+588 |
2003-11-13 | remove obsolete files | markus | 10 | -6089/+0 |
2003-11-12 | remove -g for i386 | markus | 1 | -7/+3 |
2003-11-11 | crank minor for ERR_release_err_state_table | markus | 1 | -1/+1 |
2003-11-11 | merge 0.9.7c; minor bugsfixes; | markus | 132 | -435/+1127 |
2003-11-11 | import 0.9.7c | markus | 102 | -280/+1976 |
2003-10-30 | double word, from Tom Cosgrove; | jmc | 1 | -2/+2 |
2003-10-30 | small update for DGST; | jmc | 1 | -35/+40 |
2003-10-26 | update for crl and crl2pkcs7; | jmc | 1 | -64/+66 |
2003-10-25 | don't destroy old pointer if realloc fails; from Daniel Lucq; ok deraadt@ | markus | 2 | -6/+14 |
2003-10-24 | small update for CIPHERS; | jmc | 1 | -15/+15 |
2003-10-22 | - slight update and sort options for CA section | jmc | 1 | -267/+267 |
2003-10-19 | check alloca; pointed out by nimadeus@pandora.be | deraadt | 1 | -2/+3 |
2003-10-16 | by popular demand, malloc guard pages. insert an unreadable/unwriteable | tedu | 2 | -5/+52 |
2003-10-15 | abort on errors by default. workaround so running out of memory isn't | tedu | 1 | -3/+3 |
2003-10-08 | cleanup of PASS PHRASE ARGUMENTS and ASN1PARSE; | jmc | 1 | -63/+69 |
2003-10-06 | ANSIfication; most from Patrick Latifi | millert | 1 | -72/+39 |
2003-10-04 | remove my wacky spacing; some typos from 0.97c; | jmc | 1 | -10/+10 |
2003-10-03 | Fix off-by-one, patch from Patrick Latifi; closes PR 3492 | millert | 1 | -5/+5 |
2003-10-02 | two minor fixes. set errno on recursive calls. ENOMEM suggested by marc@. | tedu | 1 | -4/+7 |
2003-10-01 | updates and corrections to the references in SEE ALSO; | jmc | 1 | -7/+11 |
2003-10-01 | Correct some off-by-ones. They currently don't matter, but this | cloder | 2 | -6/+6 |
2003-09-30 | more fixes from 0.9.7c, ok deraadt, cloder | markus | 4 | -8/+22 |
2003-09-30 | security fix from http://www.openssl.org/news/secadv_20030930.txt | markus | 6 | -4/+22 |
2003-09-30 | full stop. reverse course. remove all periods, so as to be aligned | tedu | 1 | -40/+40 |
2003-09-29 | Revert BN_cmp() change. Its arguments are const. Spotted by miod@. | otto | 2 | -6/+0 |
2003-09-27 | remove register. end all sentences with periods. | tedu | 1 | -16/+16 |