| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2git to create tag 'OPENBSD_4_0_BASE'.OPENBSD_4_0_BASE | cvs2svn | 2006-09-09 | 692 | -180171/+0 |
* | fix RSA signature padding vulnerability in OpenSSL libcrypto CVE-2006-4339; | djm | 2006-09-09 | 2 | -0/+34 |
* | no point mentioning functions if we have nothing useful to say | jmc | 2006-08-05 | 1 | -13/+1 |
* | wording/grammar tweaks; | jmc | 2006-07-26 | 1 | -3/+4 |
* | better macros; | jmc | 2006-07-26 | 1 | -6/+6 |
* | document `iv'; | jmc | 2006-07-26 | 1 | -1/+4 |
* | updates from nicholas marriott; | jmc | 2006-07-25 | 1 | -5/+9 |
* | allocate gsalt large enough; from Matthew R. Dempsky <mrd at alkemio | otto | 2006-07-04 | 1 | -2/+2 |
* | crank shlib_version | djm | 2006-06-27 | 4 | -6/+7 |
* | resolve conflicts | djm | 2006-06-27 | 317 | -4778/+8553 |
* | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2006-06-27 | 7 | -15/+882 |
|\ |
|
| * | import of openssl-0.9.7j | djm | 2006-06-27 | 116 | -2104/+4130 |
| * | This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'. | cvs2svn | 2005-05-10 | 1 | -0/+1541 |
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2006-06-27 | 164 | -379/+27277 |
|\ \ |
|
| * | | import of openssl-0.9.7j | djm | 2006-06-27 | 380 | -3153/+32917 |
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2006-06-27 | 4 | -0/+870 |
|\ \ \ |
|
| * | | | import of openssl-0.9.7j | djm | 2006-06-27 | 4 | -0/+870 |
| * | | | This commit was manufactured by cvs2git to create branch 'OPENSSL'. | cvs2svn | 2005-05-10 | 1 | -0/+1541 |
* | | | | add class 1 and class 3 root certificates from CAcert.org. ok beck@ | jakob | 2006-06-12 | 1 | -0/+268 |
* | | | | potential fd leak (we will fix this before we move to cloning) | deraadt | 2006-06-08 | 2 | -2/+6 |
* | | | | remove expired certificates. ok beck@ | jakob | 2006-06-07 | 1 | -541/+0 |
* | | | | update a couple of existing CAs that has been changed. ok beck@ | jakob | 2006-06-07 | 1 | -105/+87 |
* | | | | reformat using 'openssl x509 -text -fingerprint -sha1' and sort by | jakob | 2006-06-07 | 1 | -2551/+2356 |
* | | | | back out last patch due to updated committed prematurely | jakob | 2006-06-07 | 1 | -2356/+2551 |
* | | | | reformat using 'openssl x509 -text -fingerprint -sha1' and sort by | jakob | 2006-06-07 | 1 | -2551/+2356 |
* | | | | Fix 'double by a factor of two' and make cache options a bit more | pedro | 2006-06-06 | 1 | -4/+4 |
* | | | | fix a !foo & bar. | thib | 2006-05-19 | 1 | -2/+2 |
* | | | | Fix the second malloc_ulimit regression: maintaining the free list | otto | 2006-05-14 | 1 | -3/+12 |
* | | | | Add a -hex option to 'rand' to output hexadecimal output. | matthieu | 2006-05-14 | 1 | -1/+20 |
* | | | | remove an 'is' from the comment to make the sentence correct. | fkr | 2006-05-12 | 1 | -2/+2 |
* | | | | Convert do {} while loop -> while {} for clarity. No binary change | millert | 2006-05-05 | 2 | -10/+10 |
* | | | | backport checks for degenerate Diffie-Hellman public exponents from | djm | 2006-05-04 | 9 | -1/+73 |
* | | | | strtonum does not require limits.h | tedu | 2006-04-25 | 1 | -2/+1 |
* | | | | Do not leave an hole in the directory list if allocation of the | otto | 2006-04-24 | 1 | -11/+32 |
* | | | | delint; original from deraadt@ with fixes from tdeval@ and me; | otto | 2006-04-18 | 1 | -43/+60 |
* | | | | Clarify strlcpy code by explicitly naming variable `len' and | ray | 2006-04-18 | 1 | -5/+6 |
* | | | | fix badly broken code. okay millert@, deraadt@ | espie | 2006-04-17 | 1 | -7/+7 |
* | | | | Remove str2number(), use strtonum(3) instead. | ray | 2006-04-14 | 1 | -44/+20 |
* | | | | POSIX says tdelete() returns the parent of the deleted node. Sadly the | otto | 2006-04-04 | 1 | -1/+9 |
* | | | | When tdelete() is used to delete the root node, don't return a | moritz | 2006-04-04 | 2 | -3/+5 |
* | | | | be more careful with atoi() result; ok otto | deraadt | 2006-04-03 | 1 | -3/+5 |
* | | | | Use SIZE_MAX instead of SIZE_T_MAX, the latter is not POSIX and | otto | 2006-04-02 | 2 | -4/+4 |
* | | | | (char)to{upper,lower}() | deraadt | 2006-03-31 | 2 | -6/+6 |
* | | | | oldmask = sigprocmask(SIG_BLOCK, &mask, &oldmask); | deraadt | 2006-03-31 | 1 | -1/+1 |
* | | | | Xr to strtonum(3), because vice versa is already the case | grunk | 2006-03-29 | 1 | -1/+2 |
* | | | | Add warning about malloc(num * size) and recommend calloc() instead, | ray | 2006-03-26 | 1 | -5/+40 |
* | | | | Pass size of correct variable to memset(). | ray | 2006-03-22 | 1 | -2/+2 |
* | | | | Removes extraneous variables from getopt(3). Inspired by one of | ray | 2006-03-15 | 1 | -3/+1 |
* | | | | make BN_is_prime() realise that 2 is, in fact, a prime number. | djm | 2006-03-14 | 2 | -2/+6 |
* | | | | Avouid a race in atexit() handling by introducing a lock. Problem | otto | 2006-02-22 | 2 | -10/+32 |