summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
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
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
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
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
1999-09-26crank to version 2 for release, in case any dependencies have crept inTheo de Raadt
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker
2016-09-01delete wrong cvs $ tagsTheo de Raadt
2016-09-01bumpOtto Moerbeek
2016-09-01Less lock contention by using more pools for mult-threaded programs.Otto Moerbeek
2016-09-01black magic for sparc page size can goTed Unangst
2016-09-01remove references to sparcTed Unangst
2016-09-01Update list of ioctls for the audio promise. Suggested by jmc@, thanks.Alexandre Ratchov
2016-09-01remove sparc supportTed Unangst
2016-09-01Mention explicit_bzero(3); ok jmcMartin Natano
2016-09-01retire sparcTed Unangst
2016-09-01retire sparcTed Unangst
2016-09-01retire the sparc library codeTed Unangst
2016-08-31Crank minor due to API additionBob Beck
2016-08-31Avoid undefined-behavior right-shifting by a word-size # of bits.Brent Cook
2016-08-31Bring in functions used by stunnel and exim from BoringSSL - this bringsBob Beck
2016-08-31Fix some very unnecessary convoultion.Bob Beck
2016-08-30Use struct stat for storing attributes in fusebufs, because using structMartin Natano
2016-08-30Use a constant format string and output the variable part with %sPhilip Guenther
2016-08-30Use O_CLOEXEC when opening fds local to a functionPhilip Guenther
2016-08-29Store the return value of mbrtowc() in a size_t, not int.Todd C. Miller
2016-08-28Don't call lstat() before readlink() just to see if it's a symlink,Philip Guenther