]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2001-01-19  Dr. Stephen... Fixes to various ASN1_INTEGER routines for negative...
2001-01-19  Bodo MöllerFix openssl passwd -1
2001-01-19  Dr. Stephen... Additional functionality in ocsp utility: print summary
2001-01-18  Dr. Stephen... Don't shadow.
2001-01-18  Dr. Stephen... Implement remaining OCSP verify checks in
2001-01-17  Richard LevitteMake the change log on the RAND_poll change a bit more...
2001-01-17  Richard LevitteKeep up with Unix
2001-01-17  Dr. Stephen... Initial OCSP certificate verify. Not complete,
2001-01-15  Ulf Möllerlink to the new manpage.
2001-01-15  Bodo MöllerNew '-extfile' option for 'openssl ca'.
2001-01-14  Geoff ThorpeUpdate the LHASH man page.
2001-01-14  Dr. Stephen... Change PKCS#12 key derivation routines to cope with
2001-01-14  Dr. Stephen... Fix warning in apps/ca.c
2001-01-14  Dr. Stephen... Preliminary ocsp utility documentation.
2001-01-13  Dr. Stephen... New OCSP utility. This can generate, parse and print
2001-01-12  Bodo MöllerDisable RegQueryValueEx() call.
2001-01-12  Bodo MöllerNew 'openssl ca -status <serial>' and 'openssl ca ...
2001-01-12  Bodo Möllerisspace must be used only on *unsigned* chars
2001-01-12  Bodo Möllernote strncpy problem
2001-01-12  Bodo MöllerWhen we are waiting for user action, we should say...
2001-01-11  Dr. Stephen... Fix typo in OCSP ASN1 module, this caused
2001-01-11  Bodo MöllerRemove "AVAILABLE PATCH" that has now been applied.
2001-01-11  Bodo MöllerNew -newreq-nodes option to CA.pl.
2001-01-11  Richard LevitteAdd configuration for GNU Hurd.
2001-01-11  Dr. Stephen... OCSP 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öllerIt's silly to use a different default for PERL than...
2001-01-10  Bodo MöllerPass ${PERL} down to the Makefile in sub-directory...
2001-01-10  Bodo MöllerUse $(PERL) in place of hard-coded perl
2001-01-10  Bodo MöllerAdd new items:
2001-01-10  Bodo MöllerLast time I asked, no-one appeared to remember if these...
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öller'char' argument to islower must be converted to 'unsign...
2001-01-10  Bodo MöllerAdd a pointer to digest options in the description...
2001-01-10  Bodo MöllerFix C code generate by 'openssl dsaparam -C'.
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... Fix uni2asc() so it can properly convert zero length
2001-01-09  Ulf Möllerrsa_num is not used with NO_RSA
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  Geoff ThorpeIt was correctly pointed out to me that my CHANGES...
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  Richard LevitteBecause /dev/urandom has a better chance of giving...
2001-01-08  Dr. Stephen... Add 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... Add set of OCSP client functions. All experimental
2001-01-07  Richard LevitteKeep up with the Unixly changes.
2001-01-05  Dr. Stephen... Modify OCSP API to more closely reflect
2001-01-04  Dr. Stephen... Fix typo in OCSP nonce extension.
2001-01-04  Dr. Stephen... Update OCSP API.
2000-12-31  Dr. Stephen... Fix 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 LevitteThe option line may start with a space, which gives...
2000-12-31  Richard LevitteLook for no-krb5 and add the definition of NO_KRB5...
2000-12-31  Richard LevitteTemporary measure: if no KRB5 is defined, add "no-krb5...
2000-12-31  Richard LevitteSince asn1.h gets included recursively from many places...
2000-12-31  Dr. Stephen... Rewrite PKCS#12 code and remove some of the old
2000-12-31  Richard LevitteRemove RSAref-related things.
2000-12-31  Richard LevitteDocument.
2000-12-31  Richard LevitteIf OPENSSL_BUILD_SHLIBCRYPTO (for files that end up...
2000-12-31  Richard LevitteDefine OPENSSL_EXPORT and OPENSSL_IMPORT and give OPENS...
2000-12-31  Richard LevitteRemove anything connected to RSAref, since that's gone...
2000-12-31  Richard LevitteUhmm, the keyword TRUE does not exist of course...
2000-12-30  Dr. Stephen... Delete PKCS#12 redundant files.
2000-12-30  Dr. Stephen... ASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement of
2000-12-29  Dr. Stephen... Replace the old ASN1_dup() with ASN1_item_dup() and
2000-12-29  Richard LevitteCheck for deselection of KRB5. In fact, skip it comple...
2000-12-29  Richard LevitteCorrect a typo.
2000-12-29  Richard Levitte"make update" plus a rewrite of both .num files.
2000-12-29  Richard LevitteEnhancements to mkdef.pl:
2000-12-28  Dr. Stephen... ASN1_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... Add NO_ASN1_OLD to remove some old style functions:
2000-12-28  Dr. Stephen... ASN1_ITEM versions of sign, verify, pack and unpack.
2000-12-28  Dr. Stephen... New OCSP extension functions.
2000-12-27  Bodo MöllerGet rid of unused error code.
2000-12-27  Dr. Stephen... Avoid compiler warnings in hw_ubsec.c: unused static
2000-12-27  Dr. Stephen... X509V3_add_i2d() needs to be able to allocate a
2000-12-26  Bodo MöllerFinish SSL_peek/SSL_pending fixes.
2000-12-25  Bodo MöllerFix SSL_peek and SSL_pending.
2000-12-24  Dr. Stephen... New function X509V3_add_i2d() this is used for
2000-12-21  Geoff ThorpeRe-order the options in tunala and add command switches...
2000-12-21  Dr. Stephen... Various Win32 related fixes. Doesn't compile yet on
2000-12-20  Geoff ThorpeThis adds support to 'tunala' for supplying DH paramete...
2000-12-20  Geoff ThorpeSome minor changes to the "tunala" demo.
2000-12-20  Ulf Möllerbranches have been merged.
2000-12-20  Ulf MöllerStop build when an error occurs.
2000-12-20  Bodo MöllerDon't access non-existing element buf[256], use buf...
2000-12-20  Bodo MöllerSplit a CHANGES entry so that one of the halves matches the
2000-12-20  Dr. Stephen... Fixes 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...
next