Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-07 | Merge OpenSSL 0.9.7-stable-20020605, | Bob Beck | |
correctly autogenerate obj_mac.h | |||
2002-06-03 | sig_atomic_t type must also be volatile | Theo de Raadt | |
2002-05-25 | do not assume scripts are executable | Theo de Raadt | |
2002-05-21 | Merge openssl-0.9.7-stable-SNAP-20020519 | Bob Beck | |
2002-05-16 | add aes/bf/cast; ok deraadt@ | Markus Friedl | |
2002-05-16 | use hw_cryptodev | Theo de Raadt | |
2002-05-15 | Damn my rush to make it build again. | Bob Beck | |
2002-05-15 | import openssl-0.9.7-beta1 | Bob Beck | |
2002-05-15 | OpenSSL 0.9.7 stable 2002 05 08 merge | Bob Beck | |
2002-05-15 | import 0.9.7b (without idea and rc5) | Bob Beck | |
2002-05-15 | OpenSSL 0.9.7 | Bob Beck | |
2001-12-20 | fix to match documented behaviour. RAND_file_name must return a pointer to | Bob Beck | |
buf, not something else. | |||
2001-08-01 | import openssl-0.9.7-beta1 | Bob Beck | |
2001-08-01 | merge openssl 0.9.6b-engine | Bob Beck | |
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 | |||
2001-08-01 | http://www.openssl.org/news/secadv_prng.txt; ok beck@ | Markus Friedl | |
2001-06-22 | openssl-engine-0.9.6a merge | Bob Beck | |
2001-06-22 | import openssl-0.9.7-beta1 | Bob Beck | |
2001-06-16 | typo | Theo de Raadt | |
2001-04-23 | crank ssl lib version, just in case | Theo de Raadt | |
2001-04-23 | import DSA changes from 0.9.6a (Bleichenbacher attack), ok provos@/deraadt@ | Markus Friedl | |
2001-04-22 | CRT and DH+SSL fix from 0.9.6a, ok provos@/deraadt@ | Markus Friedl | |
2001-03-10 | Crank major number. openssl on m68k is now compiled in 32 bit mode instead | Theo de Raadt | |
of 64 bit mode. This makes ssh -2 run about 10x faster, because the 64 bit mul instructions no longer need emulation. | |||
2001-01-12 | make sure s always has enough from for trailing \0. even though strlcpy will | Bob Beck | |
truncate, thanks to itojun@ | |||
2001-01-02 | do not honour environment variables if issetugid, and even more strongly ↵ | Theo de Raadt | |
support the random device | |||
2000-12-18 | fix util script runs to not assume they are executable. | Bob Beck | |
2000-12-15 | Oops, missed makefile change, and must crank major on these, some | Bob Beck | |
routines which used to be externally used are now macros. ugh. | |||
2000-12-15 | openssl-engine0.9.6 merge | Bob Beck | |
Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds | |||
2000-12-15 | openssl-engine-0.9.6 merge | Bob Beck | |
2000-12-15 | import openssl-0.9.7-beta1 | Bob Beck | |
2000-10-16 | fix missing closedir() that could allow apacheSSL to leak fd's, | Bob Beck | |
from netbsd (taca) credited to TAKANO Yuji <takachan@running-dog.net> | |||
2000-10-10 | Fix typo; claudio@core-sdi.com. | Federico G. Schwindt | |
2000-08-02 | $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero | Todd C. Miller | |
2000-07-07 | use %s with fprintf | Theo de Raadt | |
2000-06-15 | RSA goes in tree for next our next release, as it will be after | Bob Beck | |
Sept 21. Note: This means you shouldn't really be running -current for anything in the United States. Either wait for Sept 21, or for the next release, or move to the free world :) | |||
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 | 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-03 | correct Xr to where we actually install the man pages | Theo de Raadt | |
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-09-29 | import openssl-0.9.7-beta1 | Bob Beck | |