]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2002-12-05  Richard LevitteMake sure using SSL_CERT_FILE actually works, and has...
2002-12-05  Richard LevitteIf an application supports static locks, it MUST suppor...
2002-12-05  Richard LevittePR: 381
2002-12-05  Richard LevitteOnly check for a result buffer if the allocated string...
2002-12-04  Richard LevitteDo not implement RC4 stuff if RC4 is disabled. Concequ...
2002-12-04  Richard Levittegethostname() is more a BSD feature than an XOPEN one.
2002-12-04  Richard LevitteCorrect a few typos that I introduced after applying...
2002-12-04  Bodo MöllerIn ECPKParameters_print, output the private key length...
2002-12-04  Bodo MöllerDon't compute timings here, we can do this elsewhere.
2002-12-04  Lutz JänickeMissing ")"
2002-12-04  Richard LevitteDJGPP patches.
2002-12-04  Richard LevitteAdd support for x86_64.
2002-12-04  Richard LevitteA gcc 3.0 bug is triggered by our code. Add a section...
2002-12-04  Dr. Stephen... Make ASN1_TYPE_get() work for V_ASN1_NULL type.
2002-12-04  Dr. Stephen... Typo in X509v3_get_ext_by_critical
2002-12-03  Dr. Stephen... In asn1_d2i_read_bio, don't assume BIO_read will
2002-12-03  Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-12-03  Richard LevitteMake CRYPTO_cleanse() independent of endianness.
2002-12-03  Richard LevitteWindows CE updates, contributed by Steven Reddie <smr...
2002-12-02  Richard Levittedefine USE_SOCKETS so sys/param.h gets included (and...
2002-12-02  Richard LevitteI think I got it now. Apparently, the case of having...
2002-12-02  Richard LevitteMake some names consistent.
2002-12-02  Richard LevitteThrough some experimentation and thinking, I think...
2002-12-01  Richard LevitteSmall bugfix: even when r == d, we need to adjust r...
2002-12-01  Richard LevitteEXIT() needs to be in a function that returns int.
2002-12-01  Richard LevitteRedo the VAX assembler version of bn_div_words().
2002-11-29  Richard LevitteRemove incorrect assert.
2002-11-29  Richard LevitteMake it so all names mentioned in the NAME section...
2002-11-29  Richard LevitteCorrect some names.
2002-11-29  Richard LevitteA few more memset()s converted to OPENSSL_cleanse().
2002-11-28  Richard LevitteHave all tests use EXIT() to exit rather than exit...
2002-11-28  Richard LevitteMake sure EXIT() can always be used as one statement.
2002-11-28  Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-27  Richard LevitteUnused variable removed.
2002-11-27  Richard LevitteExtra ; removed.
2002-11-27  Richard LevitteAdd OPENSSL_cleanse() to help cleanse memory and avoid...
2002-11-26  Richard LevitteI forgot that @ in strings must be escaped in Perl
2002-11-26  Richard LevitteThe logic in the main signing and verifying functions...
2002-11-26  Richard LevitteHeimdal isn't really supported right now. Say so,...
2002-11-26  Richard LevitteSmall bugfixes to the KSSL implementation.
2002-11-26  Richard LevitteHeimdal isn't really supported right now. Say so,...
2002-11-23  Bodo Möllerrename some functions to improve consistency
2002-11-22  Bodo Mölleradd a comment
2002-11-22  Richard LevitteDisable this module if OPENSSL_NO_SOCK is defined.
2002-11-22  Richard LevitteTypo. OPENSSL_NO_ECDH, not NO_OPENSSL_ECDH
2002-11-21  Richard LevitteMention a current showstopper
2002-11-20  Bodo Mölleravoid uninitialized memory read
2002-11-20  Bodo MöllerMake ec_GFp_simple_point_get_affine_coordinates() faster
2002-11-20  Lutz JänickeFix bug introduced by the attempt to fix client side...
2002-11-19  Bodo Möllerallocate bio_err before memory debugging is enabled...
2002-11-19  Richard LevitteIt works on my laptop :-).
2002-11-19  Richard Levittemake update
2002-11-19  Richard LevitteFix an unsigned/signed mismatch.
2002-11-19  Richard LevitteUpdate STATUS
2002-11-18  Richard LevitteAdd news items for 0.9.6h and expand on the 0.9.7 news...
2002-11-18  Richard LevitteDocument the addition of certificate pairs.
2002-11-18  Richard LevitteAdd the ASN.1 structures and functions for CertificateP...
2002-11-18  Richard LevitteDetermine HZ exactly as in apps/speed.c.
2002-11-18  Richard LevitteMake sure sysconf exists (it doesn't in the VMS C RTL...
2002-11-18  Bodo Möllerremove redundant functions
2002-11-18  Bodo Mölleruse consistent order of function definitions
2002-11-18  Bodo Möllerfix memory leak in memory debuggin code ...
2002-11-18  Bodo Möllerallocate bio_err before memory debugging is enabled...
2002-11-18  Richard LevitteA variable of type time_t is supposed to be a time...
2002-11-18  Lutz JänickeBetter workaround to the "=head1 NAME OPTIONS" pod2late...
2002-11-17  Richard LevitteMake it possible to build for more than one CPU.
2002-11-17  Richard LevitteIgnore openssl.pc. This way, there's no risk that...
2002-11-17  Richard LevitteAdding openssl.pc to the repository was a mistake,
2002-11-17  Richard LevitteAdd the file openssl.pc that I forgot a while ago.
2002-11-16  Richard LevitteI forgot this is compiled in test/, not crypto/ec/...
2002-11-16  Richard LevitteWe don't want TARGETCPU expanded here.
2002-11-15  Richard LevitteMention ActiveState Perl much earlier in INSTALL.WCE.
2002-11-15  Richard LevitteWinCE patches
2002-11-15  Lutz JänickeFix buggy #! magic and update ssleay->openssl
2002-11-15  Richard LevitteAdd the INHIBIT_SYMLINKS flag variable to help Cygwin.
2002-11-15  Richard LevitteChanges to make shared library building and use work...
2002-11-15  Richard LevitteDocument the change to remove the 'done' flag variable...
2002-11-15  Bodo Möllerthis method does not need field_data1
2002-11-15  Richard Levittemake update
2002-11-15  Richard LevitteA few more Microsoft OIDs added
2002-11-15  Lutz JänickeThe pointer to the cipher object is not yet set, when...
2002-11-15  Richard LevitteThe architecture name is i486, not just 486
2002-11-15  Richard Levitte-Wid-clash-n isn't support in gcc 3, and I get better...
2002-11-15  Richard LevitteI know ANSI C doesn't like 'long long', and I don't...
2002-11-15  Richard LevitteSpell prototypes correctly :-).
2002-11-15  Richard LevitteAdd -Wstrict-prototype and -Wmissing-prototype to my...
2002-11-15  Richard LevitteWe need to read one more byte of the REQUEST-CERTIFICAT...
2002-11-15  Dr. Stephen... Add SETWRAP modifier to ASN1 generate.
2002-11-14  Richard Levittemake update
2002-11-14  Richard LevitteClose the implicitely opened registry key.
2002-11-14  Lutz JänickeUse =back to finish =over (found using pod2latex).
2002-11-14  Lutz JänickeNo such reference to link to (found running pod2latex).
2002-11-14  Dr. Stephen... Fix documentation of i2d_X509_fp and i2d_X509_bio.
2002-11-14  Richard LevitteAdd Tandem OSS target.
2002-11-14  Richard LevitteRemove warnings.
2002-11-14  Richard LevitteDCL logic bugs fixed.
2002-11-14  Richard LevitteIt seems like gcc 2.9aix5.1 doesn't do will with optimi...
2002-11-14  Richard LevitteAdd a FAQ on how to check the authenticity of the openS...
2002-11-14  Richard LevitteCygwin fixes
2002-11-14  Bodo Möllerharmonize with 0.9.7 tree
next