| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | sync with openssl-0.9.7j docs; | jmc | 2006-06-27 | 1 | -9/+9 |
* | 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 |
* | | | | strtoul() -> strtonum(). Also change iflag to unsigned int, since | ray | 2006-06-02 | 1 | -23/+21 |
* | | | | start sentence with a capital letter; | jmc | 2006-06-01 | 1 | -2/+2 |
* | | | | fix a !foo & bar. | thib | 2006-05-19 | 1 | -2/+2 |
* | | | | move an option to the right place; | jmc | 2006-05-17 | 1 | -2/+2 |
* | | | | Don't forget to return 0 on success, doh. | otto | 2006-05-16 | 2 | -2/+4 |
* | | | | Try harder to trigger an exception. On architectures where floating-point | kettenis | 2006-05-15 | 1 | -1/+7 |
* | | | | 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 | 2 | -2/+24 |
* | | | | 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 |
* | | | | Hook new ulimit test cases | otto | 2006-04-18 | 1 | -2/+2 |
* | | | | near ulimit test case 2 | otto | 2006-04-18 | 2 | -0/+46 |
* | | | | Near ulimit test case 1 | otto | 2006-04-18 | 2 | -0/+48 |
* | | | | 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 |
* | | | | Use NFILES for starting point instead of hardcoded const | otto | 2006-04-01 | 1 | -2/+2 |
* | | | | (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 |