summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rand (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'OPENBSD_4_6_BASE'.OPENBSD_4_6_BASEcvs2svn2009-06-254-839/+0
|
* resolve conflictsdjm2009-04-062-3/+3
|
* resolve conflictsdjm2009-01-097-47/+233
|
* This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-091-0/+152
|\ | | | | branch.
| * import openssl-0.9.8jdjm2009-01-094-29/+232
| |
* | update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-6/+11
| |
* | use one call to arc4random_buf() instead of lots of arc4random()djm2008-09-101-8/+2
| |
* | resolve conflictsdjm2008-09-069-137/+165
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-061-89/+52
|\| | | | | branch.
| * import of OpenSSL 0.9.8hdjm2008-09-066-183/+200
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-061-0/+183
|\ \ | | | | | | branch.
| * | import of OpenSSL 0.9.8hdjm2008-09-061-0/+183
| | |
| * | import openssl-0.9.7dmarkus2004-04-071-4/+6
| | |
| * | import 0.9.7b (without idea and rc5)markus2003-05-111-1/+1
| | |
| * | import openssl-0.9.7-beta3markus2002-09-051-36/+73
| | |
| * | import openssl-0.9.7-beta1markus2002-09-051-17/+94
| | |
* | | resolve conflictsdjm2006-06-273-24/+32
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2006-06-271-1/+1
|\ \ \ | | |/ | |/| branch.
| * | import of openssl-0.9.7jdjm2006-06-271-1/+1
| | |
* | | resolve conflictsdjm2005-04-299-57/+138
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2005-04-291-0/+196
|\| | | | | | | | branch.
| * | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-296-56/+303
| | |
| * | import openssl-0.9.7dmarkus2004-04-073-2/+22
| | |
| * | import 0.9.7cmarkus2003-11-111-4/+10
| | |
| * | import 0.9.7b (without idea and rc5)markus2003-05-115-36/+73
| | |
| * | import openssl-0.9.7-beta3markus2002-09-052-1/+3
| | |
| * | import openssl-0.9.7-beta1markus2002-09-056-399/+658
| | |
| * | This commit was manufactured by cvs2git to create branch 'openssl'.cvs2svn2002-05-156-0/+1582
| | |
* | | merge 0.9.7dmarkus2004-04-084-11/+24
| | |
* | | merge 0.9.7c; minor bugsfixes;markus2003-11-111-4/+10
| | | | | | | | | | | | | | | API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto]
* | | merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-129-41/+90
| | |
* | | str{cat,cpy}/sprintf cleanup. markus@, deraadt@ okho2003-04-031-1/+1
| | |
* | | Less strcpy/strcat/sprintf. tdeval@ ok.ho2003-03-161-1/+1
| | |
* | | use arc4random instead of /dev/arandom,markus2002-09-171-30/+11
| | | | | | | | | | | | allows RAND_poll after chroot, ok deraadt, fgsch
* | | merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-105-38/+82
| | |
* | | merge with 0.9.7-beta1markus2002-09-051-8/+6
| | |
* | | execute bourne shell scripts with 'sh' and not with $SHELLmarkus2002-09-041-1/+1
| | |
* | | unused files, not part of OpenSSL 0.9.7markus2002-09-031-515/+0
| | |
* | | Merge OpenSSL 0.9.7-stable-20020605,beck2002-06-071-1/+1
| | | | | | | | | | | | correctly autogenerate obj_mac.h
* | | OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-1513-273/+969
| | |
* | | fix to match documented behaviour. RAND_file_name must return a pointer tobeck2001-12-201-9/+13
| | | | | | | | | | | | buf, not something else.
* | | merge openssl 0.9.6b-enginebeck2001-08-012-34/+73
| | | | | | | | | | | | | | | Note that this is a maintenence release, API's appear *not* to have changed. As such, I have only increased the minor number on these libraries
* | | http://www.openssl.org/news/secadv_prng.txt; ok beck@markus2001-08-011-8/+17
| | |
* | | openssl-engine-0.9.6a mergebeck2001-06-226-9/+27
| | |
* | | make sure s always has enough from for trailing \0. even though strlcpy willbeck2001-01-121-1/+1
| | | | | | | | | | | | truncate, thanks to itojun@
* | | do not honour environment variables if issetugid, and even more strongly ↵deraadt2001-01-021-17/+17
| | | | | | | | | | | | support the random device
* | | openssl-engine-0.9.6 mergebeck2000-12-158-312/+1147
| | |
* | | $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeromillert2000-08-021-1/+1
| | |
* | | Fix strcpy/strcat abuse and fix stupid behaviour of the defaultbeck2000-04-161-7/+24
| | | | | | | | | | | | | | | | | | | | | RAND_file_name - changed so that it stats the filename it returns before returing it. If the file won't stat, return DEVRANDOM (for us /dev/arandom) instead, thus making the default behaviour moderately intelligent.
* | | Fix randfile so it doesn't attempt to chmod and write entropy back tobeck2000-04-161-1/+14
| | | | | | | | | | | | | | | | | | devices. This caused people's /dev/arandom's to be permitted 600, which causes rsa to fail to get random data, which results in all kinds of fun with ssh :)