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