summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* respond to ben hawkes's ruxcon presentation.tedu2006-10-241-61/+125
* remove calls to abort(3) that can't happen anyway; fromotto2006-10-211-11/+1
* architecture sh (landisk) is little endian.drahn2006-10-141-2/+2
* __mips64__ handling too.. sighderaadt2006-10-131-4/+5
* sparc64 should be in the #ifdefderaadt2006-10-121-2/+2
* use __amd64__ instead, until lint is fixedderaadt2006-10-121-2/+2
* reorder #if tests because apparently on amd64 cpp proceeds to blow it'sderaadt2006-10-121-3/+4
* Initial config for sh, copied from arm.jsg2006-10-111-0/+180
* Teach'em about cpus in spandexmiod2006-10-101-4/+4
* from wiz@netbsd:jmc2006-10-041-8/+1
* openssl security fixes, diff from markus@, ok & "commit it" djm@pvalchev2006-10-0423-3/+166
* Make a var volatile, which forces a mem write at the right spot, andotto2006-10-011-2/+7
* add strtod() underflow testotto2006-09-293-2/+29
* Part 2 of file descriptor race and deadlock corrections.kurt2006-09-261-1/+2
* Remove unnecessary /* NOTREACHED */ comments because our lint isray2006-09-252-20/+8
* Use S_IS* macros insted of masking with S_IF* flags. The latter mayotto2006-09-251-2/+2
* Also accept "HTTP/1.1 200" as a success response.ray2006-09-251-2/+3
* If fgetln() != NULL, len == 0 is impossible, so remove check.ray2006-09-231-3/+3
* Back out change in rev 1.15 of to allow whitespace to separate amillert2006-09-221-10/+1
* fix RSA signature padding vulnerability in OpenSSL libcrypto CVE-2006-4339;djm2006-09-092-0/+34
* no point mentioning functions if we have nothing useful to sayjmc2006-08-051-13/+1
* wording/grammar tweaks;jmc2006-07-261-3/+4
* better macros;jmc2006-07-261-6/+6
* document `iv';jmc2006-07-261-1/+4
* updates from nicholas marriott;jmc2006-07-251-5/+9
* allocate gsalt large enough; from Matthew R. Dempsky <mrd at alkemiootto2006-07-041-2/+2
* sync with openssl-0.9.7j docs;jmc2006-06-271-9/+9
* crank shlib_versiondjm2006-06-274-6/+7
* resolve conflictsdjm2006-06-27317-4778/+8553
* This commit was generated by cvs2git to track changes on a CVS vendordjm2006-06-277-15/+882
|\
| * import of openssl-0.9.7jdjm2006-06-27116-2104/+4130
| * This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'.cvs2svn2005-05-101-0/+1541
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2006-06-27164-379/+27277
|\ \
| * | import of openssl-0.9.7jdjm2006-06-27380-3153/+32917
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2006-06-274-0/+870
|\ \ \
| * | | import of openssl-0.9.7jdjm2006-06-274-0/+870
| * | | This commit was manufactured by cvs2git to create branch 'OPENSSL'.cvs2svn2005-05-101-0/+1541
* | | | add class 1 and class 3 root certificates from CAcert.org. ok beck@jakob2006-06-121-0/+268
* | | | potential fd leak (we will fix this before we move to cloning)deraadt2006-06-082-2/+6
* | | | remove expired certificates. ok beck@jakob2006-06-071-541/+0
* | | | update a couple of existing CAs that has been changed. ok beck@jakob2006-06-071-105/+87
* | | | reformat using 'openssl x509 -text -fingerprint -sha1' and sort byjakob2006-06-071-2551/+2356
* | | | back out last patch due to updated committed prematurelyjakob2006-06-071-2356/+2551
* | | | reformat using 'openssl x509 -text -fingerprint -sha1' and sort byjakob2006-06-071-2551/+2356
* | | | Fix 'double by a factor of two' and make cache options a bit morepedro2006-06-061-4/+4
* | | | strtoul() -> strtonum(). Also change iflag to unsigned int, sinceray2006-06-021-23/+21
* | | | start sentence with a capital letter;jmc2006-06-011-2/+2
* | | | fix a !foo & bar.thib2006-05-191-2/+2
* | | | move an option to the right place;jmc2006-05-171-2/+2
* | | | Don't forget to return 0 on success, doh.otto2006-05-162-2/+4