summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Collapse)Author
2002-06-07Merge OpenSSL 0.9.7-stable-20020605,Bob Beck
correctly autogenerate obj_mac.h
2002-06-03sig_atomic_t type must also be volatileTheo de Raadt
2002-05-25do not assume scripts are executableTheo de Raadt
2002-05-21Merge openssl-0.9.7-stable-SNAP-20020519Bob Beck
2002-05-16add aes/bf/cast; ok deraadt@Markus Friedl
2002-05-16use hw_cryptodevTheo de Raadt
2002-05-15Damn my rush to make it build again.Bob Beck
2002-05-15import openssl-0.9.7-beta1Bob Beck
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 mergeBob Beck
2002-05-15import 0.9.7b (without idea and rc5)Bob Beck
2001-12-20fix to match documented behaviour. RAND_file_name must return a pointer toBob Beck
buf, not something else.
2001-08-01merge openssl 0.9.6b-engineBob 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-01http://www.openssl.org/news/secadv_prng.txt; ok beck@Markus Friedl
2001-06-22openssl-engine-0.9.6a mergeBob Beck
2001-06-22import openssl-0.9.7-beta1Bob Beck
2001-06-16typoTheo de Raadt
2001-04-23import DSA changes from 0.9.6a (Bleichenbacher attack), ok provos@/deraadt@Markus Friedl
2001-04-22CRT and DH+SSL fix from 0.9.6a, ok provos@/deraadt@Markus Friedl
2001-01-12make sure s always has enough from for trailing \0. even though strlcpy willBob Beck
truncate, thanks to itojun@
2001-01-02do not honour environment variables if issetugid, and even more strongly ↵Theo de Raadt
support the random device
2000-12-18fix util script runs to not assume they are executable.Bob Beck
2000-12-15openssl-engine0.9.6 mergeBob Beck
Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds
2000-12-15openssl-engine-0.9.6 mergeBob Beck
2000-12-15import openssl-0.9.7-beta1Bob Beck
2000-10-10Fix typo; claudio@core-sdi.com.Federico G. Schwindt
2000-08-02$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeroTodd C. Miller
2000-07-07use %s with fprintfTheo de Raadt
2000-06-15RSA goes in tree for next our next release, as it will be afterBob 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-16Fix strcpy/strcat abuse and fix stupid behaviour of the defaultBob 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-16Fix randfile so it doesn't attempt to chmod and write entropy back toBob 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-16link to correct renamed pagesTheo de Raadt
2000-04-16Fix this for the case where the file is a device - make sure we don'tBob Beck
attempt to read from a device forever.
2000-04-15OpenSSL 0.9.5a mergeBob Beck
2000-04-15import openssl-0.9.7-beta1Bob Beck
2000-04-13Fix 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-03correct Xr to where we actually install the man pagesTheo de Raadt
2000-03-19No, I'm a luser and a moron. this is *not* supposed to be here.Bob Beck
2000-03-19this appears to be needed again.Bob Beck
2000-03-19OpenSSL 0.9.5 mergeBob 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-19import openssl-0.9.7-beta1Bob Beck
2000-03-02$OpenBSD$Todd T. Fries
2000-02-24fread() of /dev/random reads an entire huge stdio buffer, instead of the 32Theo 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-23do not assume shell scripts are +x; dTheo de Raadt
1999-09-29import openssl-0.9.7-beta1Bob Beck
1999-09-29new files for OpenSSL 0.9.4Bob Beck
1999-09-29OpenSSL 0.9.4 mergeBob Beck
1999-09-29import openssl-0.9.7-beta1Bob Beck
1999-09-28do not put a bad crypt() in libcrypt, it is in libcTheo de Raadt
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.
2016-09-01remove sparc supportTed Unangst