aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* FreeBSD has /dev/crypto as well.Richard Levitte2003-01-163-26/+28
* Armor against systems without ranlib...Lutz Jänicke2003-01-164-4/+4
* Fix initialization sequence to prevent freeing of unitialized objects.Lutz Jänicke2003-01-151-4/+9
* "!Cname surname" has now become redundant ...Bodo Möller2003-01-131-1/+0
* undo part of a recent change: it's "surname", not "surName"Bodo Möller2003-01-133-4/+4
* Make sure not to declare a clashing read() for DJGPP.Richard Levitte2003-01-133-3/+3
* Correct a misleading comment.Richard Levitte2003-01-131-1/+1
* UI_UTIL_read_pw() misinterpreted the values returned from UI functions.Richard Levitte2003-01-131-2/+4
* tty_in will never be stderr, so it will always be closed, which means stdinRichard Levitte2003-01-131-1/+1
* Addenum to IA-32 assembler support enhancements from HEAD branch.Andy Polyakov2003-01-122-4/+6
* IA-32 assembler support enhancements from HEAD branch: unified ELF,Andy Polyakov2003-01-1211-128/+65
* Make sure everything that may be freed is allocated or initiated.Richard Levitte2003-01-101-1/+1
* Third argument to shl_load() is "long address", not a pointer.Lutz Jänicke2003-01-081-1/+1
* Support for ILP32 on HPUX-IA64.Andy Polyakov2003-01-031-18/+96
* pa-risc2.s was not PIC, see RT#426. I strip call to fprintf as it'sAndy Polyakov2003-01-031-18/+18
* Adjust the parameter lists in some not commonly used files.Richard Levitte2003-01-012-2/+2
* Fix warnings, use correct -Ds.Ben Laurie2003-01-012-2/+2
* Make sure the last character of the ASN.1 time string (the 'Z') is copied.Richard Levitte2003-01-011-1/+1
* It's rather silly to believe we'd release 0.9.7a in 2002 :-).Richard Levitte2002-12-311-1/+1
* Tagging is done, move on to development of 0.9.7a.Richard Levitte2002-12-311-2/+2
* Time for release of OpenSSL 0.9.7.OpenSSL_0_9_7Richard Levitte2002-12-301-2/+2
* OS/2 does binary by default, apparently.Richard Levitte2002-12-291-1/+1
* Make sure OPENSSL_SYS_ macros are defined.Richard Levitte2002-12-281-0/+2
* make updateRichard Levitte2002-12-281-1/+2
* Make sure OPENSSL_SYS_ macros are defined, and in md5_locl.h, switchRichard Levitte2002-12-282-2/+4
* UltraSPARC performance "tune-up."Andy Polyakov2002-12-271-1/+1
* Finally, a bn_div_words() in VAX assembler that goes through all tests.Richard Levitte2002-12-231-55/+81
* Make AES_ENCRYPT and AES_DECRYPT macros instead of static constants.Richard Levitte2002-12-201-2/+3
* Fix for "shift count too large" when compiling for hpux-parisc2 andAndy Polyakov2002-12-201-1/+1
* More accurate comments.Richard Levitte2002-12-201-2/+2
* A little debugging.Richard Levitte2002-12-201-0/+10
* Propagate MAKEDEPPROG to the subdirs under crypto/.Richard Levitte2002-12-201-1/+1
* Keep the internal lowercase 'surname', for programmer's sake.Richard Levitte2002-12-204-8/+9
* Be consistent with capitalisation of object names.Richard Levitte2002-12-203-12/+12
* Be consistent with capitalisation of object names.Richard Levitte2002-12-201-2/+2
* Fix for RT#405, Solaris refuses to invoke preprocessor if egrep returns 1.Andy Polyakov2002-12-181-4/+4
* Move on to beta7 (hopefully, that will never appear)Richard Levitte2002-12-171-2/+2
* Time to release OpenSSL 0.9.7 beta6.OpenSSL_0_9_7-beta6Richard Levitte2002-12-171-1/+1
* Make "perl des-586.pl a.out" work, see RT#402Andy Polyakov2002-12-171-1/+1
* This is rollback to 0.9.6h bn_mul.c to address problem reported in RT#272.Andy Polyakov2002-12-162-445/+87
* The ampersand is not required in these constructs, and was giving AIXGeoff Thorpe2002-12-156-12/+12
* DES PIC-ification. "Cygwin" companion. Problem was that preprocessor macroAndy Polyakov2002-12-151-1/+1
* Don't define macros in terms of asm() when __STRICT_ANSI is defined.Richard Levitte2002-12-152-2/+2
* Ooops! No ROTATE on some platforms after x86_64 performance patch...Andy Polyakov2002-12-152-2/+6
* As you might have noticed I tried to change for . prefix, because it'sAndy Polyakov2002-12-141-3/+3
* x86_64 performance patch.Andy Polyakov2002-12-1410-80/+109
* This commit was manufactured by cvs2svn to create branchcvs2svn2002-12-141-0/+575
|\
| * x86_64 performance patch.Andy Polyakov2002-12-1411-80/+684
| * DES PIC-ification. Windows companion.Andy Polyakov2002-12-142-5/+11
| * The ampersand is not required in these constructs, and was giving AIXGeoff Thorpe2002-12-138-16/+16