summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/des (follow)
Commit message (Collapse)AuthorAgeFilesLines
* resolve conflicts, fix local changesdjm2010-10-0116-767/+356
|
* import OpenSSL-1.0.0adjm2010-10-012-39/+22
|
* Oracle has re-licensed sunrpc under a three-clause BSD license.millert2010-09-011-27/+29
| | | | Update our sources appropriately. OK deraadt@ jsg@
* s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).sobrado2009-10-311-2/+2
|
* import of OpenSSL 0.9.8kdjm2009-04-061-114/+231
|
* resolve conflictsdjm2009-01-095-47/+21
|
* import openssl-0.9.8jdjm2009-01-092-14/+125
|
* remerge local tweaks, update per-arch configuration headers, updatedjm2008-09-062-1/+7
| | | | Makefiles, crank shlib_version
* resolve conflictsdjm2008-09-0619-70/+103
|
* import of OpenSSL 0.9.8hdjm2008-09-064-157/+2115
|
* resolve conflictsdjm2006-06-271-1/+1
|
* import of openssl-0.9.7jdjm2006-06-271-1/+1
|
* resolve conflictsdjm2005-04-296-6/+132
|
* import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-293-2/+316
|
* 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
|
* import 0.9.7b (without idea and rc5)markus2003-05-111-0/+96
|
* 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-0590-0/+22496
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.