Age | Commit message (Expand) | Author |
2000-12-15 | openssl-engine0.9.6 merge | Bob Beck |
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 |
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 |
2000-04-16 | Fix strcpy/strcat abuse and fix stupid behaviour of the default | Bob Beck |
2000-04-16 | Fix randfile so it doesn't attempt to chmod and write entropy back to | Bob Beck |
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 |
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 |
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 |
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 |
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 |
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 | 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 |
1998-10-05 | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker |
2016-09-01 | delete wrong cvs $ tags | Theo de Raadt |
2016-09-01 | bump | Otto Moerbeek |
2016-09-01 | Less lock contention by using more pools for mult-threaded programs. | Otto Moerbeek |
2016-09-01 | black magic for sparc page size can go | Ted Unangst |
2016-09-01 | remove references to sparc | Ted Unangst |
2016-09-01 | Update list of ioctls for the audio promise. Suggested by jmc@, thanks. | Alexandre Ratchov |
2016-09-01 | remove sparc support | Ted Unangst |
2016-09-01 | Mention explicit_bzero(3); ok jmc | Martin Natano |
2016-09-01 | retire sparc | Ted Unangst |
2016-09-01 | retire sparc | Ted Unangst |
2016-09-01 | retire the sparc library code | Ted Unangst |
2016-08-31 | Crank minor due to API addition | Bob Beck |
2016-08-31 | Avoid undefined-behavior right-shifting by a word-size # of bits. | Brent Cook |
2016-08-31 | Bring in functions used by stunnel and exim from BoringSSL - this brings | Bob Beck |
2016-08-31 | Fix some very unnecessary convoultion. | Bob Beck |
2016-08-30 | Use struct stat for storing attributes in fusebufs, because using struct | Martin Natano |
2016-08-30 | Use a constant format string and output the variable part with %s | Philip Guenther |
2016-08-30 | Use O_CLOEXEC when opening fds local to a function | Philip Guenther |
2016-08-29 | Store the return value of mbrtowc() in a size_t, not int. | Todd C. Miller |
2016-08-28 | Don't call lstat() before readlink() just to see if it's a symlink, | Philip Guenther |