summaryrefslogtreecommitdiffstats
path: root/util/libeay.num (unfollow)
Commit message (Expand)AuthorFilesLines
2003-03-14Add entry for domainComponent so it is treated correctly.Dr. Stephen Henson1-0/+35
2003-03-14Add some OIDs.Dr. Stephen Henson4-5/+32
2003-03-13Fix PEDANTIC stuff...Dr. Stephen Henson1-7/+6
2003-03-13Fix a bone-head bug. This warrants a CHANGES entry because it could affectGeoff Thorpe2-6/+12
2003-03-13Return an error if gmtime returns NULL.Dr. Stephen Henson1-2/+4
2003-03-12Avoid warnings for no-engine and PEDANTICDr. Stephen Henson1-0/+8
2003-03-12Fixes for EVP_DigestInit_ex() and OPENSSL_NO_ENGINE.Dr. Stephen Henson1-1/+1
2003-03-11The default implementation of DSA_METHOD has an interdependence on theGeoff Thorpe2-45/+49
2003-02-28- new ECDH_compute_key interface (KDF is no longer a fixed built-in)Bodo Möller10-46/+122
2003-02-28memset problem has been handledBodo Möller1-12/+2
2003-02-28use tabs for indentation, not spacesBodo Möller1-80/+80
2003-02-27Encryption BIOs misbehave when used with non blocking I/O.Dr. Stephen Henson1-5/+2
2003-02-27Typo.Dr. Stephen Henson1-1/+1
2003-02-27add Certicom licensing e-mail addressBodo Möller1-1/+2
2003-02-27Support for dirName from config files in GeneralName extensions.Dr. Stephen Henson6-2/+97
2003-02-25Fix indefinite length encoding so EOC correctly updatesDr. Stephen Henson6-8/+10
2003-02-24year 2003Bodo Möller1-1/+1
2003-02-24include OpenSSL license (in addition to EAY license)Bodo Möller1-0/+53
2003-02-23Add instructions for building the MinGW target in Cygwin, andUlf Möller2-48/+64
2003-02-22Copy rather than symlink the test data.Ulf Möller1-1/+1
2003-02-22remove some more useless code. The mingw target can now be builtUlf Möller1-8/+0
2003-02-22more mingw related cleanups.Ulf Möller10-42/+3
2003-02-22Remove duplication and have clean depend on libcleanRichard Levitte1-4/+4
2003-02-22Allow building applications against static libraries with Makefile.shared.Richard Levitte4-61/+174
2003-02-22Base64 bio fixes. The base64 bio was seriously brokenDr. Stephen Henson2-6/+32
2003-02-22add testUlf Möller1-0/+4
2003-02-22avoid duplicate definiton of bn_sub_part_wordsUlf Möller2-2/+2
2003-02-21clean up MinGW build. MinGW make now supports the Windows path nameUlf Möller3-97/+19
2003-02-21update mingw infoUlf Möller1-278/+274
2003-02-21treat 'out' like i2d functions do; cf. asn1_item_flags_i2d (crypto/asn/tasn_e...Bodo Möller1-2/+7
2003-02-21ECPublicKey_set_octet_string and ECPublicKey_get_octet_stringBodo Möller6-26/+25
2003-02-20Ooops forgot to recognise V_ASN1_GENERALSTRING.Dr. Stephen Henson1-0/+1
2003-02-20Re enable the read side non blocking test BIO code.Dr. Stephen Henson1-2/+2
2003-02-20Fix bug in base64 bios during write an non blocking I/O:Dr. Stephen Henson1-4/+1
2003-02-19typoBodo Möller1-1/+1
2003-02-19Update release informationRichard Levitte3-2/+19
2003-02-19Security fix: Vaudenay timing attack on CBC.Richard Levitte2-17/+54
2003-02-19Make sure the memory allocation routines check for negative sizesRichard Levitte1-0/+10
2003-02-19Borland C++ Builder 5 complains about unreachable statements.Richard Levitte1-1/+0
2003-02-19Update debub-steve* entries.Dr. Stephen Henson1-2/+2
2003-02-18Typo.Dr. Stephen Henson1-1/+1
2003-02-18Make the no-err option work properlyRichard Levitte3-0/+18
2003-02-16Remove "+Olibcalls" option from HPUX targets.Bodo Möller2-8/+8
2003-02-15Session cache implementations shouldn't have to access SSL_SESSIONGeoff Thorpe2-0/+8
2003-02-15Declare prototypes for function pointer types, even if they are likely toGeoff Thorpe1-4/+4
2003-02-15Update docs.Dr. Stephen Henson2-10/+28
2003-02-15Single pass processing to cleartext S/MIME signing.Dr. Stephen Henson5-20/+82
2003-02-15We cache a montgomery form for 'n' if the PUBLIC flag is set, not PRIVATE.Geoff Thorpe1-4/+9
2003-02-15David Brumley <dbrumley@stanford.edu> noted and corrected a case in theGeoff Thorpe1-100/+45
2003-02-14make updateBodo Möller2-14/+42