summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'OPENBSD_4_4_BASE'.OPENBSD_4_4_BASEcvs2svn2008-07-2830-5348/+0
|
* resolve conflictsdjm2006-06-271-1/+1
|
* This commit was generated by cvs2git to track changes on a CVS vendordjm2006-06-271-1/+1
|\ | | | | branch.
| * import of openssl-0.9.7jdjm2006-06-271-1/+1
| |
* | resolve conflictsdjm2005-04-297-7/+133
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2005-04-292-1/+315
|\| | | | | branch.
| * import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-294-4/+318
| |
| * import 0.9.7cmarkus2003-11-111-1/+1
| |
* | belive -> believemiod2005-03-291-1/+1
| |
* | merge 0.9.7dmarkus2004-04-083-26/+28
| |
* | use bn_asm_vax.S (from netbsd); test + ok by miodmarkus2003-11-182-4/+10
| | | | | | | | | | | | | | | | 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.
* | remove obsolete filesmarkus2003-11-131-96/+0
| |
* | merge 0.9.7c; minor bugsfixes;markus2003-11-112-38/+48
| | | | | | | | | | API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto]
* | merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-1212-108/+137
| |
* | This commit was generated by cvs2git to track changes on a CVS vendormarkus2003-05-111-0/+96
|\| | | | | branch.
| * import 0.9.7b (without idea and rc5)markus2003-05-116-42/+154
| |
| * import openssl-0.9.7-stable-SNAP-20020911 (without idea)markus2002-09-121-2/+6
| |
| * import openssl-0.9.7-beta3markus2002-09-052-3/+3
| |
| * import openssl-0.9.7-beta1markus2002-09-0516-682/+777
| |
| * This commit was manufactured by cvs2git to create branch 'openssl'.cvs2svn2002-05-155-0/+2010
| |
* | Trivial sprintf() -> snprintf() changes. ok deraadt@ho2003-04-051-1/+2
| |
* | Remove crypt macro, it conflicts with unistd.hhin2003-04-031-0/+2
| | | | | | | | ok markus@
* | sync with 0.9.7-beta3markus2002-09-161-0/+4
| |
* | merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-144-4/+6
| | | | | | | | | | new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@
* | merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-103-4/+3
| |
* | merge with 0.9.7-beta1markus2002-09-052-1/+9
| |
* | execute bourne shell scripts with 'sh' and not with $SHELLmarkus2002-09-041-2/+2
| |
* | remove whitespace changes (keep diffs to 0.9.7-beta1 minimal)markus2002-09-032-2/+2
| |
* | unused files, not part of OpenSSL 0.9.7markus2002-09-031-107/+0
| |
* | remove #define crypt DES_crypt; ok deraadt@markus2002-07-191-4/+0
| |
* | OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-1544-819/+1829
| |
* | openssl-engine-0.9.6a mergebeck2001-06-2219-71/+72
| |
* | openssl-engine0.9.6 mergebeck2000-12-1519-0/+0
| | | | | | | | Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds
* | openssl-engine-0.9.6 mergebeck2000-12-157-24/+46
| |
* | OpenSSL 0.9.5a mergebeck2000-04-1531-7009/+488
| |
* | OpenSSL 0.9.5 mergebeck2000-03-1917-221/+213
| | | | | | | | | | | | *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
* | $OpenBSD$todd2000-03-021-1/+1
| |
* | do not assume shell scripts are +x; dderaadt1999-11-231-2/+2
| |
* | OpenSSL 0.9.4 mergebeck1999-09-2955-5893/+2247
| |
* | do not put a bad crypt() in libcrypt, it is in libcderaadt1999-09-281-2/+2
| |
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-0527-0/+12320
| | | | | | | | | | | | | | | | | | | | 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.
* | This commit was generated by cvs2git to track changes on a CVS vendorryker1998-10-0534-0/+5547
|\| | | | | branch.
| * Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-0534-0/+5547
| | | | | | | | | | 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.
* This commit was generated by cvs2git to track changes on a CVS vendorryker1998-10-0527-0/+4393
|\ | | | | branch.
| * Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-0527-0/+4393
| | | | | | | | | | 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.
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-052-0/+236
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.