Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-25 | another annoying thing | Theo de Raadt | |
2000-04-25 | omit RC5 | Theo de Raadt | |
2000-04-16 | Fix strcpy/strcat abuse and fix stupid behaviour of the default | Bob Beck | |
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. | |||
2000-04-16 | Fix randfile so it doesn't attempt to chmod and write entropy back to | Bob Beck | |
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 :) | |||
2000-04-16 | 4 new pages; ignore conflicting pages that the OpenSSL group keeps merging ↵ | Theo de Raadt | |
into their tree | |||
2000-04-16 | link to correct renamed pages | Theo de Raadt | |
2000-04-16 | Fix this for the case where the file is a device - make sure we don't | Bob Beck | |
attempt to read from a device forever. | |||
2000-04-15 | OpenSSL 0.9.5a merge | Bob Beck | |
2000-04-15 | import openssl-0.9.7-beta1 | Bob Beck | |
2000-04-13 | Fix an oopsie so these get initialized even when RSA isn't there, | Bob Beck | |
thanks niklas@ *WARNING* - this breaks the patch used in the "ssl26" port - you'll need to use the new minty ssl-intl port, coming right after this | |||
2000-04-04 | repair some mis-directed links | Theo de Raadt | |
2000-04-03 | correct Xr to where we actually install the man pages | Theo de Raadt | |
2000-04-01 | do some file renaming here, and more links | Theo de Raadt | |
2000-04-01 | more MLINKS | Theo de Raadt | |
2000-03-30 | oops | Theo de Raadt | |
2000-03-30 | no buffer.3, instead, cp before pod2man | Theo de Raadt | |
2000-03-29 | name is incorrect: openssl people please note | Theo de Raadt | |
2000-03-29 | Add missing d2i_DHparams.cat3 to MANALL | Todd C. Miller | |
2000-03-29 | Run pod2man with the basename of the pod page so the heading is normal. | Todd C. Miller | |
2000-03-29 | initial attempt at a complete set of ssl/crypto man pages as part of the ↵ | Theo de Raadt | |
base system, oh this is going to hurt | |||
2000-03-21 | force shell execution; TDeval@PrimeOBJ.COM | Theo de Raadt | |
2000-03-20 | x509_att.c that was left out. | Hakan Olsson | |
2000-03-19 | Change how obj_dat.pl is run, it has changed to take args insted of io redirect | Bob Beck | |
2000-03-19 | No, I'm a luser and a moron. this is *not* supposed to be here. | Bob Beck | |
2000-03-19 | this appears to be needed again. | Bob Beck | |
2000-03-19 | OpenSSL 0.9.5 merge | Bob Beck | |
*warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs | |||
2000-03-19 | import openssl-0.9.7-beta1 | Bob Beck | |
2000-03-02 | $OpenBSD$ | Todd T. Fries | |
2000-02-24 | fread() of /dev/random reads an entire huge stdio buffer, instead of the 32 | Theo de Raadt | |
bytes that we actually need, thus wasting a lot of system entropy. found by alecm@coyote.uk.sun.com, passed on by Pete.Zaytsev@EBay.Sun.COM | |||
1999-11-23 | do not assume shell scripts are +x; d | Theo de Raadt | |
1999-10-10 | Make mips compile. -moj | Mats O Jansson | |
1999-10-06 | use /dev/arandom by default | Bob Beck | |
1999-09-29 | Ack. Sparc and stuff oops - openssl changed the name of this.. | Bob Beck | |
1999-09-29 | openssl 0.9.4 | Bob Beck | |
1999-09-29 | import openssl-0.9.7-beta1 | Bob Beck | |
1999-09-29 | new files for OpenSSL 0.9.4 | Bob Beck | |
1999-09-29 | OpenSSL 0.9.4 merge | Bob Beck | |
1999-09-29 | import openssl-0.9.7-beta1 | Bob Beck | |
1999-09-28 | crank major for bob | Theo de Raadt | |
1999-09-28 | do not put a bad crypt() in libcrypt, it is in libc | Theo de Raadt | |
1999-09-26 | crank to version 2 for release, in case any dependencies have crept in | Theo de Raadt | |
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-03-17 | subdir Makefiles should not contain anything else | Theo de Raadt | |
1999-03-17 | do not break things | Theo de Raadt | |
1999-03-16 | Add ssl.8 man page - configuration and issues overview. | Bob Beck | |
1999-03-16 | Add install of reasonable default ssleay.cnf file | Bob Beck | |
1999-03-12 | Fix various nonsense. | Marc Espie | |
- add $OpenBSD$ tag - () fork subshell... wasteful when unnecessary - chain commands using &&, not ;, so that you retrieve status | |||
1999-03-03 | Added support for m88k. | Steve Murphree | |
1999-03-02 | Provide a method to do prerequisites needed before | Niklas Hallqvist | |
installation of includes can happen. Do these before and not run via ${SUDO}. | |||
1999-02-01 | There must be a better way... | Per Fogelstrom | |