aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2002-08-02New error code ERR_R_DISABLEDBodo Möller2-0/+2
2002-08-02get rid of OpenSSLDieBodo Möller2-12/+0
2002-08-02Certain flag macros were tested with #if instead if #ifdef...Richard Levitte3-6/+6
2002-08-01make updateRichard Levitte2-5/+9
2002-08-01Avoid yet another name clash with libdes, and make the declaration consistentRichard Levitte2-2/+7
2002-08-01OCSP and KRB5 Makefil.ssl should be consistent with all the othersRichard Levitte2-10/+10
2002-08-01If CRYPTO_realloc() is called with a NULL pointer, have it callRichard Levitte1-0/+3
2002-07-31Make sure to use $(MAKE) everywhere instead of make.Richard Levitte1-1/+1
2002-07-31The version of the shared library should, for now, reflect the versionRichard Levitte1-1/+1
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke8-21/+40
2002-07-30"make update"Lutz Jänicke18-2772/+2688
2002-07-26Use SEC1 format for EC private keys.Bodo Möller14-373/+221
2002-07-25Move zeroing from bn_expand_internal() to bn_expand2() so that itBodo Möller1-12/+22
2002-07-24Don't clobber loop variable.Richard Levitte1-2/+3
2002-07-22If DH is disabled, don't define the DH functions.Richard Levitte1-0/+4
2002-07-19The first compile of the new merger method for VMS *almost* gotRichard Levitte1-20/+19
2002-07-19Two more names that are a little too long for the standard VMS linker.Richard Levitte1-0/+4
2002-07-18Further enhance assembler support on Cygwin and DJGPP.Richard Levitte1-0/+6
2002-07-18Reverse the change with the following log, it needs further investigation:Richard Levitte1-13/+13
2002-07-18Make S/MIME output conform with the mail and MIME standards.Richard Levitte1-14/+14
2002-07-18OPENSSL_SYS_WIN32 is important so util/mkdef.pl can detect itRichard Levitte1-1/+1
2002-07-17Add support for shared libraries with OS/2.Richard Levitte2-1/+3
2002-07-16The default C compiler on MacOS X doesn't like empty object filesRichard Levitte1-2/+2
2002-07-16Some older code (never committed) wasn't converted to the new format.Richard Levitte3-2/+4
2002-07-15There's an ongoing project to bring some kind of path selectionRichard Levitte7-8/+644
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller19-1698/+3275
2002-07-11In UI_UTIL_read_pw(), we should look at the size parameter, not at BUFSIZ.Richard Levitte1-2/+5
2002-07-10remove obsolete commentBodo Möller1-1/+1
2002-07-10Reorder inclusion of header files:Lutz Jänicke5-5/+5
2002-07-04AES cipher suites are now official (RFC3268)Bodo Möller1-6/+26
2002-06-29Do not define crypt() on OpenBSD. Notified by Bob Beck of OpenBSD.Richard Levitte1-1/+1
2002-06-27opensslconf.h doesn't define what we want, e_os2.h does.Richard Levitte1-1/+1
2002-06-27Try to avoid double declaration of ERR_load_PEM_strings().Richard Levitte1-0/+2
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte44-45/+45
2002-06-27DJGPP has some needed header files that other MSDOS/Windows compilers don't h...Richard Levitte1-1/+1
2002-06-27When compiling for Windows, make sure we have the windows definitions declared.Richard Levitte1-1/+6
2002-06-27Use 32-bit sections instead of the default, 16-bit ones.Richard Levitte1-1/+1
2002-06-27Use bg instead of bag as argument to macros, to avoid clashes withRichard Levitte1-2/+2
2002-06-27A number of includes were removed from evp.h some time ago. The reasonRichard Levitte1-0/+54
2002-06-26Make sure buffers are large enough even for weird parametersBodo Möller1-25/+65
2002-06-21Make sure any ENGINE control commands make local copies of stringGeoff Thorpe8-39/+174
2002-06-20<sys/select.h> is included for AIX, when USE_SOCKETS is defined.Lutz Jänicke1-0/+1
2002-06-20AIX (V3) requires <sys/select.h> (included via e_os.h) for fd_set.Lutz Jänicke1-0/+1
2002-06-18always include <string.h> (we do this in various other header files,Bodo Möller1-4/+1
2002-06-18always include <string.h> (we do this in various other header files,Bodo Möller1-3/+0
2002-06-18Implement handling of EC parameter seeds (new functionsBodo Möller6-127/+309
2002-06-16OpenSSL_add_all_algorithms has been replaced by configuration dependentLutz Jänicke1-1/+2
2002-06-14Some more prototype fixes.Lutz Jänicke6-17/+11
2002-06-13Add support for DJGPP.Richard Levitte6-8/+13
2002-06-13Making a softlink from crypto/des/asm/perlasm to crypto/perlasm isn'tRichard Levitte1-1/+0