summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-06-19KNF, -Wall, and other cleanups. still does not failover 100% correctlyTheo de Raadt
2002-06-19stupid stupid bug ja ja ja jaTheo de Raadt
2002-06-18unbreak sshd with privsep: open /dev/crypto, keep fd, and callMarkus Friedl
2002-06-18per-evp state is now sizeof(struct dev_crypto_state) instead sizeof(struct se...Markus Friedl
2002-06-13keep a FD per EVP_init, use a global FD for all asym operations;Markus Friedl
2002-06-11KNFTheo de Raadt
2002-06-11add "dsa_dsa_mod_exp" - This mimics the software dsa_mod_exp funtionBob Beck
2002-06-11Make DSA work now... at least for things that can do bn_mod_exp.Bob Beck
2002-06-11Make asymmetric crypto work in userlandBob Beck
2002-06-09Pass the right arguments for RSA, DSA, and modexp operations. Fix theAngelos D. Keromytis
2002-06-08After much horrible and painful slogging through asn1 code,Bob Beck
2002-06-07do not propose IDEA cipher on SSL connection. tested by beckJun-ichiro itojun Hagino
2002-06-07Merge OpenSSL 0.9.7-stable-20020605,Bob Beck
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
2002-05-15OpenSSL 0.9.7Bob Beck
2001-12-20fix to match documented behaviour. RAND_file_name must return a pointer toBob Beck
2001-08-01import openssl-0.9.7-beta1Bob Beck
2001-08-01merge openssl 0.9.6b-engineBob Beck
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-23crank ssl lib version, just in caseTheo 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-03-10Crank major number. openssl on m68k is now compiled in 32 bit mode insteadTheo de Raadt
2001-01-12make sure s always has enough from for trailing \0. even though strlcpy willBob Beck
2001-01-02do not honour environment variables if issetugid, and even more strongly supp...Theo de Raadt
2000-12-18fix util script runs to not assume they are executable.Bob Beck
2000-12-15Oops, missed makefile change, and must crank major on these, someBob Beck
2000-12-15openssl-engine0.9.6 mergeBob Beck
2000-12-15openssl-engine-0.9.6 mergeBob Beck
2000-12-15import openssl-0.9.7-beta1Bob Beck
2000-10-16fix missing closedir() that could allow apacheSSL to leak fd's,Bob 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
2000-04-16Fix strcpy/strcat abuse and fix stupid behaviour of the defaultBob Beck
2000-04-16Fix randfile so it doesn't attempt to chmod and write entropy back toBob Beck
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