summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2002-08-02Rename implementations of method functions so that they matchBodo Möller
2002-08-02typosBodo Möller
2002-08-02ec2_smpt.c must be listed in LIBSRCBodo Möller
2002-08-02there is no alternative EC_METHOD for curves over GF(2^m) (yet)Bodo Möller
2002-08-02add support for elliptic curves over binary fieldsBodo Möller
2002-08-02extend curve list (additional curves over binary fields)Bodo Möller
2002-08-02Binary field arithmetic contributed by Sun Microsystems.Bodo Möller
2002-08-02Add more WAP/WTLS elliptic curve OIDs.Bodo Möller
2002-08-02New error code ERR_R_DISABLEDBodo Möller
2002-08-02get rid of OpenSSLDieBodo Möller
2002-08-02make updateRichard Levitte
2002-08-02Certain flag macros were tested with #if instead if #ifdef...Richard Levitte
2002-08-01We don't need to find out which pod2man to use more than onceRichard Levitte
2002-08-01Don't try testing with parallell make, that will just fail.Richard Levitte
2002-08-01Add aix64-cc, and make sure that ar gets proper flags for 64-bit librariesRichard Levitte
2002-08-01make updateRichard Levitte
2002-08-01Add the CBC flag for cbc ciphersRichard Levitte
2002-08-01Avoid yet another name clash with libdes, and make the declaration consistentRichard Levitte
2002-08-01Make it possible to load keys from stdin, and restore thatRichard Levitte
2002-08-01OCSP and KRB5 Makefil.ssl should be consistent with all the othersRichard Levitte
2002-08-01Linux on s390 really knows about loading dynamically.Richard Levitte
2002-08-01Cut'n'paste error with other reposnder certificates cleared.Richard Levitte
2002-08-01If CRYPTO_realloc() is called with a NULL pointer, have it callRichard Levitte
2002-07-31If the email address is moved from the subject to the subject alternate name,Richard Levitte
2002-07-31Make sure to use $(MAKE) everywhere instead of make.Richard Levitte
2002-07-31ln -f -s doesn't always work, so do a rm -f followed by a ln -s.Richard Levitte
2002-07-31The version of the shared library should, for now, reflect the versionRichard Levitte
2002-07-30Typo.Lutz Jänicke
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke
2002-07-30"make update"Lutz Jänicke
2002-07-300.9.6e and 0.9.7-beta3 are out.Lutz Jänicke
2002-07-29Only use DSA-functions if available.Lutz Jänicke
2002-07-29mention SSL_do_handshake()Bodo Möller
2002-07-26Use SEC1 format for EC private keys.Bodo Möller
2002-07-25Move zeroing from bn_expand_internal() to bn_expand2() so that itBodo Möller
2002-07-25more detailed instructions for export from USBodo Möller
2002-07-24Don't clobber loop variable.Richard Levitte
2002-07-23Document the recent DJGPP-related changesRichard Levitte
2002-07-23Make dummy tests to make it easier to physically remove unwanted algorithms.Richard Levitte
2002-07-23harmonize options with those for 'ecparam',Bodo Möller
2002-07-22If DH is disabled, don't define the DH functions.Richard Levitte
2002-07-22fix a typo and clarifyBodo Möller
2002-07-22add an explanation and fix a typoBodo Möller
2002-07-19New cipher selection options COMPLEMENTOFALL and COMPLEMENTOFDEFAULT.Lutz Jänicke
2002-07-19HP-UX shared libraries must be +x and should be -w. It doesn't hurt onLutz Jänicke
2002-07-19updateBodo Möller
2002-07-19The first compile of the new merger method for VMS *almost* gotRichard Levitte
2002-07-19Two more names that are a little too long for the standard VMS linker.Richard Levitte
2002-07-19The behaviour is undefined when calling SSL_write() with num=0.Lutz Jänicke
2002-07-19Manual page for SSL_do_handshake().Lutz Jänicke