summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* | | | fix a !foo & bar.thib2006-05-191-2/+2
* | | | Fix the second malloc_ulimit regression: maintaining the free listotto2006-05-141-3/+12
* | | | Add a -hex option to 'rand' to output hexadecimal output.matthieu2006-05-141-1/+20
* | | | remove an 'is' from the comment to make the sentence correct.fkr2006-05-121-2/+2
* | | | Convert do {} while loop -> while {} for clarity. No binary changemillert2006-05-052-10/+10
* | | | backport checks for degenerate Diffie-Hellman public exponents fromdjm2006-05-049-1/+73
* | | | strtonum does not require limits.htedu2006-04-251-2/+1
* | | | Do not leave an hole in the directory list if allocation of theotto2006-04-241-11/+32
* | | | delint; original from deraadt@ with fixes from tdeval@ and me;otto2006-04-181-43/+60
* | | | Clarify strlcpy code by explicitly naming variable `len' andray2006-04-181-5/+6