Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the libssl/src directory | 2016-09-03 | 1 | -256/+0 | |
| | |||||
* | A few months back there was a big community fuss regarding direct-use | 2014-06-02 | 1 | -8/+0 | |
| | | | | | | | | | | | | of the intel RDRAND instruction. Consensus was RDRAND should probably only be used as an additional source of entropy in a mixer. Guess which library bends over backwards to provide easy access to RDRAND? Yep. Guess which applications are using this support? Not even one... but still, this is being placed as a trap for someone. Send this support straight to the abyss. ok kettenis | ||||
* | Stop paying lip service to non-AT&T syntax assemblers in the x86 world. | 2014-04-17 | 1 | -11/+1 | |
| | |||||
* | resolve conflicts | 2012-10-13 | 1 | -1/+54 | |
| | |||||
* | resolve conflicts, fix local changes | 2010-10-01 | 1 | -124/+209 | |
| | |||||
* | resolve conflicts | 2008-09-06 | 1 | -13/+14 | |
| | |||||
* | resolve conflicts | 2006-06-27 | 1 | -1/+1 | |
| | |||||
* | resolve conflicts | 2005-04-29 | 1 | -0/+2 | |
| | |||||
* | use bn_asm_vax.S (from netbsd); test + ok by miod | 2003-11-18 | 1 | -1/+7 | |
| | | | | | | | | use asm code for i386, except for the CBC code, because it is not clean PIC code. add <machime/asm.h> support to x86unix.pl tested by: nick (on 30386), henning, djm, tedu, jmc and more; no shlib minor crank necessary, only internal symbols changed. | ||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | 2003-05-12 | 1 | -3/+6 | |
| | |||||
* | merge openssl-0.9.7-beta3, tested on vax by miod@ | 2002-09-10 | 1 | -0/+6 | |
| | |||||
* | OpenSSL 0.9.5a merge | 2000-04-15 | 1 | -2/+4 | |
| | |||||
* | OpenSSL 0.9.4 merge | 1999-09-29 | 1 | -4/+7 | |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | 1998-10-05 | 1 | -0/+113 | |
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. |