summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* RFC4291 declares that IPv6 numeric representation must have no more thanitojun2006-12-301-3/+8
* a failed mmap returns MAP_FAILED, not NULL. found while exercising paxotto2006-12-191-3/+3
* tweak the text on deprecated functions, after some help from tom;jmc2006-12-092-12/+14
* various tweaks;jmc2006-12-091-18/+17
* various tweaks; my apologies to itojun for forgetting tojmc2006-12-091-26/+28
* switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).itojun2006-12-097-5/+971
* return is not a function. (cosmetic)itojun2006-12-081-28/+28
* change semantics of ff01::/16 to interface local multicastitojun2006-11-172-5/+6
* add openssl PEM_* manpages; ok deraadt, hshoexer, djmmarkus2006-11-091-6/+73
* columns for underflow and overflow were swapped, noticed by Mathieu Oliviergrunk2006-11-021-2/+2
* must pull in sys/types.h unconditionaly, because it is needed my pthreadsderaadt2006-10-301-2/+2
* make __dtoa & strtod() thread-safe useing the same method as newer gdtoaderaadt2006-10-293-36/+89
* 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
* 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