aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-3027-2/+136
* This glues the GMP wrapper ENGINE into OpenSSL if it is being built (ie. ifGeoff Thorpe2003-01-302-16/+20
* Small typo, OENSSL should really be spelled OPENSSL.Richard Levitte2003-01-301-1/+1
* DVCS (see RFC 3029) was missing among the possible purposes.Richard Levitte2003-01-292-0/+5
* simplifyBodo Möller2003-01-281-16/+2
* cofactor is optional in parameter encodingsBodo Möller2003-01-251-26/+38
* For ecdsa-with-SHA1, as for id-dsa-with-sha1, omit 'parameters'Bodo Möller2003-01-241-4/+5
* Provide "dummy" &main::picmeup even in Windows perlasm modules.Andy Polyakov2003-01-242-0/+12
* Check return value of gmtime() and add error codesDr. Stephen Henson2003-01-244-32/+38
* Workaround for lame compiler bug introduced in "CPU pack" for MSVC6SP5.Andy Polyakov2003-01-231-3/+3
* Missing 0 broke FreeBSD build.Richard Levitte2003-01-231-1/+1
* fix warningsBodo Möller2003-01-211-4/+4
* This is an *initial* tune-up. This update puts Itanium2 back on par withAndy Polyakov2003-01-191-47/+76
* EVP_DecryptInit() should call EVP_CipherInit() not EVP_CipherInit_ex().Dr. Stephen Henson2003-01-171-1/+1
* A few more files to ignoreRichard Levitte2003-01-168-0/+11
* FreeBSD has /dev/crypto as well.Richard Levitte2003-01-163-27/+29
* Add some debugging output.Richard Levitte2003-01-161-0/+10
* Armor against systems without ranlib...Lutz Jänicke2003-01-164-4/+4
* avoid potential confusion about curves (prime192v1 and prime256v1 areBodo Möller2003-01-162-24/+30
* Fix initialization sequence to prevent freeing of unitialized objects.Lutz Jänicke2003-01-152-6/+14
* update error library for EC... changesBodo Möller2003-01-152-1/+12
* As with RSA, which was modified recently, this change makes it possible toGeoff Thorpe2003-01-157-1/+46
* "!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
* Avoid unnecessary pollution of object module name table. Cygwin sharedAndy Polyakov2003-01-102-4/+4
* Make sure everything that may be freed is allocated or initiated.Richard Levitte2003-01-101-1/+1
* At least OpenBSD implements PIC in the same way ELF does.Andy Polyakov2003-01-091-2/+2
* gcc wants character constants to be correct. Before this change, theRichard Levitte2003-01-091-2/+2
* Finalizing asm support for UnixWare, SCO, OpenUnix... Note that I'veAndy Polyakov2003-01-091-1/+1
* Third argument to shl_load() is "long address", not a pointer.Lutz Jänicke2003-01-081-1/+1
* This is the first step in allowing RSA_METHODs to implement their own keyGeoff Thorpe2003-01-074-2/+24
* Another GAS fix-up and some commentary...Andy Polyakov2003-01-041-1/+17
* GAS can't stand stub, which is stb's synonym.Andy Polyakov2003-01-041-0/+1
* Oops! I've toasted Cygwin! Fixed now.Andy Polyakov2003-01-031-2/+2
* Redundant now as it's moved to ./Makefile.org.Andy Polyakov2003-01-031-8/+0
* Unified targets for ELF assembler modules. Tested on Linux, Solaris andAndy Polyakov2003-01-0313-128/+67
* 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
* Complete integration of SPARC assembler DES implementation. Tested on SolarisAndy Polyakov2003-01-022-1/+12
* UltraSPARC assembler DES implementation tune-up. The code can beAndy Polyakov2003-01-021-214/+356
* Very old submission (from 2000) of UltraSPARC assembler DES implementation.Andy Polyakov2003-01-021-0/+1815
* I implemented this when troubleshooting performance problem on SPARC Solaris.Andy Polyakov2003-01-021-0/+126
* Adjust the parameter lists in some not commonly used files.Richard Levitte2003-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
* Correct asm exclusions.Ben Laurie2002-12-292-2/+2
* OS/2 does binary by default, apparently.Richard Levitte2002-12-291-1/+1