Initial OCSP certificate verify. Not complete,
[openssl.git] / crypto /
2001-01-17 Dr. Stephen HensonInitial OCSP certificate verify. Not complete,
2001-01-14 Dr. Stephen HensonChange PKCS#12 key derivation routines to cope with
2001-01-13 Dr. Stephen HensonNew OCSP utility. This can generate, parse and print
2001-01-12 Bodo MöllerDisable RegQueryValueEx() call.
2001-01-12 Bodo Möllerisspace must be used only on *unsigned* chars
2001-01-11 Dr. Stephen HensonFix typo in OCSP ASN1 module, this caused
2001-01-11 Dr. Stephen HensonOCSP basic response verify. Very incomplete
2001-01-10 Bodo MöllerNo functional change, but slightly improved code clarity.
2001-01-10 Bodo MöllerAfter discussion with Richard, change the new API for...
2001-01-10 Bodo Möllermake indentation consistent
2001-01-10 Bodo MöllerAdd SSLEAY_DIR argument code for SSLeay_version.
2001-01-10 Bodo MöllerChange prototypes for new CRYPTO_..._mem_ex_functions...
2001-01-10 Richard LevitteAs response to a user request to be able to use externa...
2001-01-10 Dr. Stephen HensonFix uni2asc() so it can properly convert zero length
2001-01-09 Geoff Thorpeoops, void functions shouldn't try and return a value...
2001-01-09 Lutz JänickeAdd automatic query of EGD sockets to RAND_poll()....
2001-01-09 Lutz JänickeDon't cheat: when only getting several bytes from each...
2001-01-09 Geoff ThorpeMove all the existing function pointer casts associated...
2001-01-09 Geoff ThorpeGet rid of the function pointer casting in the debuggin...
2001-01-09 Geoff ThorpeThis adds macros to implement (and/or declare) type...
2001-01-08 Geoff ThorpeWhilst in the process of fixing outstanding function...
2001-01-08 Richard LevitteKeep up with Unix code. It's beginning to be time...
2001-01-08 Dr. Stephen HensonAdd prototypes for new OCSP functions.
2001-01-08 Richard LevitteChange RAND_poll for Unix to try a number of devices...
2001-01-08 Dr. Stephen HensonAdd set of OCSP client functions. All experimental
2001-01-07 Richard LevitteKeep up with the Unixly changes.
2001-01-05 Dr. Stephen HensonModify OCSP API to more closely reflect
2001-01-04 Dr. Stephen HensonFix typo in OCSP nonce extension.
2001-01-04 Dr. Stephen HensonUpdate OCSP API.
2000-12-31 Dr. Stephen HensonFix the S/MIME code so it now works again and
2000-12-31 Richard LevitteMake the DSO code for VMS work again. First attempt.
2000-12-31 Richard LevitteSince asn1.h gets included recursively from many places...
2000-12-31 Dr. Stephen HensonRewrite PKCS#12 code and remove some of the old
2000-12-31 Richard LevitteIf OPENSSL_BUILD_SHLIBCRYPTO (for files that end up...
2000-12-30 Dr. Stephen HensonDelete PKCS#12 redundant files.
2000-12-30 Dr. Stephen HensonASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement of
2000-12-29 Dr. Stephen HensonReplace the old ASN1_dup() with ASN1_item_dup() and
2000-12-29 Richard LevitteCorrect a typo.
2000-12-29 Richard Levitte"make update" plus a rewrite of both .num files.
2000-12-28 Dr. Stephen HensonASN1_ITEM version of ASN1_dup(). Might want
2000-12-28 Richard LevitteUpdate VMS build procedures to match the current status.
2000-12-28 Dr. Stephen HensonAdd NO_ASN1_OLD to remove some old style functions:
2000-12-28 Dr. Stephen HensonASN1_ITEM versions of sign, verify, pack and unpack.
2000-12-28 Dr. Stephen HensonNew OCSP extension functions.
2000-12-27 Dr. Stephen HensonAvoid compiler warnings in hw_ubsec.c: unused static
2000-12-27 Dr. Stephen HensonX509V3_add_i2d() needs to be able to allocate a
2000-12-24 Dr. Stephen HensonNew function X509V3_add_i2d() this is used for
2000-12-21 Dr. Stephen HensonVarious Win32 related fixes. Doesn't compile yet on
2000-12-20 Bodo MöllerDon't access non-existing element buf[256], use buf...
2000-12-20 Dr. Stephen HensonFixes to OCSP print code.
2000-12-19 Bodo Möllerfix indentation
2000-12-19 Bodo MöllerDon't hold CRYPTO_LOCK_RSA during time-consuming operat...
2000-12-18 Bodo MöllerAdd a comment (intended change)
2000-12-18 Bodo MöllerComment correction.
2000-12-18 Bodo MöllerObtain lock CRYPTO_LOCK_RSA before creating BN_MONT_CTX
2000-12-17 Dr. Stephen HensonRedo OCSP response printing. Remove duplicate or
2000-12-17 Bodo MöllerSimplify preprocessor statements.
2000-12-16 Dr. Stephen HensonAdd OCSP service locator extension.
2000-12-16 Richard LevitteDo not poll DEVRANDOM if weäre building without an...
2000-12-16 Dr. Stephen HensonAdd support for the noCheck OCSP extension. This is
2000-12-15 Bodo MöllerLocking issues.
2000-12-15 Dr. Stephen HensonImplement some standard OCSP extensions in the v3 code...
2000-12-15 Bodo MöllerThe C version of bn_sub_part_words is needed not only
2000-12-15 Bodo MöllerVery few in the "README" is up-to-date
2000-12-14 Dr. Stephen HensonAdd OCSP nonce extension to supported extensions.
2000-12-14 Geoff ThorpeThis is an engine contributed by Broadcom - it is meant...
2000-12-14 Dr. Stephen HensonNew function X509V3_extensions_print() this removes...
2000-12-14 Bodo MöllerThe BN_mul bug test apparently is no longer needed
2000-12-14 Dr. Stephen HensonNew function X509_signature_print() to remove some...
2000-12-13 Dr. Stephen HensonChange the PKCS7 structure to use SEQUENCE OF for the
2000-12-13 Dr. Stephen HensonReplace the old style OCSP ASN1 module.
2000-12-13 Richard LevitteConstification of the data of a hash table. This means...
2000-12-13 Richard LevitteProblem: bn_mul_normal() misbehaves if the size of...
2000-12-13 Richard LevitteIn bn_mul_recursive(), make sure the comba routines...
2000-12-13 Dr. Stephen HensonStop extension creation code core dumping.
2000-12-13 Dr. Stephen HensonRewrite the extension code to use an ASN1_ITEM structure
2000-12-08 Geoff ThorpeNext step in tidying up the LHASH code.
2000-12-08 Ulf Möllerbn_part_sub_word prototype.
2000-12-08 Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-12-07 Bodo MöllerFix some things that look like bugs.
2000-12-07 Bodo MöllerTEST_MUL and TEST_SQR added.
2000-12-07 Bodo MöllerSign-related fixes (and tests).
2000-12-07 Bodo MöllerMove 'q->neg = 0' to those places where it is needed
2000-12-06 Bodo MöllerBN_mod_sqrt documentation/comment
2000-12-06 Ulf Möllerremove a comment that shouldn't have been there any...
2000-12-06 Bodo MöllerFaster BN_mod_sqrt algorithm for p == 5 (8).
2000-12-06 Bodo MöllerUse bc's "print" feature whenever it is available,
2000-12-06 Ulf Möllerremove useless instruction
2000-12-06 Ulf MöllerIntel assembler version for bn_sub_part_words(). I...
2000-12-06 Ulf Mölleranother fix for the debug print
2000-12-06 Ulf Möllertest_mod_mul is useful, let's run it more often.
2000-12-06 Ulf Möllermove constants for debug functions to end of file
2000-12-05 Bodo MöllerDiscuss http://www.shoup.net/papers/oaep.ps.Z
2000-12-05 Richard LevitteOn Windows, Rainbow uses _stdcall convention under...
2000-12-05 Ulf Möllerpush the flags too
2000-12-05 Ulf Möllerlooks like it works now
2000-12-05 Ulf Möllersave registers in the debug output code (return value...
2000-12-05 Ulf Möllermore of the same: add printf() for perlasm.
2000-12-05 Ulf Möllerminor modification to the previous change
2000-12-05 Ulf MöllerPERLASM - the wierdest programming language since Intercal.
next