openssl.git
2001-03-08 Bodo MöllerThrow out *all* absolute pathnames, not matter what...
2001-03-08 Bodo MöllerSort openssl.ec, the configuration file for mkerr.pl.
2001-03-08 Bodo MöllerIntegrate ectest.c (which does not yet do anything).
2001-03-08 Bodo MöllerOrder ERR_load_... calls like the stuff in err.h.
2001-03-08 Bodo MöllerGet rid of '#define ERR_file_name __FILE__', which...
2001-03-08 Bodo MöllerLet EC_POINT_copy do nothing if dest==src
2001-03-08 Bodo MöllerMore 'TODO' items.
2001-03-08 Bodo MöllerMore method functions for EC_GFp_simple_method.
2001-03-07 Bodo MöllerMore method functions.
2001-03-07 Bodo MöllerSome actual method functions (not enough yet to use...
2001-03-07 Richard LevitteCode for better build under Darwin (MacOS X).
2001-03-07 Bodo Möller..._init functions are method-specific too
2001-03-07 Bodo MöllerOptimized EC_METHODs need specific 'set_curve' and...
2001-03-07 Bodo MöllerThe next bunch of vaporware.
2001-03-07 Bodo Möllerextra_data 'mixin'.
2001-03-07 Bodo MöllerOops ...
2001-03-07 Bodo MöllerIn clear_free, clear the complete structure just in...
2001-03-07 Bodo MöllerFix ERR_R_... problems.
2001-03-07 Bodo MöllerImplement dispatcher for EC_GROUP and EC_POINT method...
2001-03-06 Bodo MöllerAdd a few 'const's
2001-03-06 Ulf MöllerForgot a '$'.
2001-03-06 Bodo MöllerChange obj_... generation so that it does not generate...
2001-03-06 Bodo Möller'is_at_infinity' tests don't need a BN_CTX.
2001-03-06 Bodo MöllerNew function declarations.
2001-03-06 Bodo MöllerAdd BN_CTX arguments where appropriate.
2001-03-06 Ulf MöllerDEC
2001-03-05 Bodo MöllerAdd EC_GROUP_new_GFp prototype.
2001-03-05 Bodo MöllerChange comments.
2001-03-05 Bodo MöllerSome declarations that outline what I intend to implement.
2001-03-05 Richard LevitteUpdate the VMS build scripts for EC
2001-03-05 Bodo MöllerAnother file I had forgotten to add.
2001-03-05 Bodo MöllerAdd yet another (still empty) source code file that...
2001-03-05 Bodo MöllerAdd more EC vaporware (empty source code files I missed...
2001-03-05 Bodo MöllerMove ec.h to ec2.h because it is not compatible with...
2001-03-05 Richard LevitteDocument the SSLv2 session reuse fix.
2001-03-05 Richard LevitteAdd the possibility for option macros and start using...
2001-03-05 Bodo MöllerNew option '-subj arg' for 'openssl req' and 'openssl...
2001-03-04 Bodo Möllerincrease emailAddress_max
2001-03-03 Bodo MöllerEC_set_half and the 'h' component of struct bn_ec_struc...
2001-03-02 Richard LevitteFor SSLv2, return the SSLv2 method, not the SSLv23...
2001-03-02 Richard LevitteSort platforms lexicographically as well. Also, suppor...
2001-03-02 Richard LevitteSpelling corrected.
2001-03-02 Richard LevitteIntroduce the possibility to access global variables...
2001-03-01 Lutz JänickeTypo, spotted by "Greg Stark" <gstark@ethentica.com>.
2001-03-01 Dr. Stephen... Fix bug in copy_email() which would not
2001-02-28 Dr. Stephen... Fix a bug which caused BN_div to produce the
2001-02-27 Ulf Möller%f conversion bug fix
2001-02-27 Ulf Möllerdon't read from tty in test mode
2001-02-27 Ulf Möllerrun self-test with no-krb5
2001-02-27 Richard LevitteMacOSX doesn't have ftime().
2001-02-26 Dr. Stephen... Typo in comment.
2001-02-26 Dr. Stephen... Enhance OCSP_request_verify() so it finds the signers...
2001-02-26 Richard Levittemake update
2001-02-26 Richard LevitteAdd the CCITT pilot directory OIDs.
2001-02-25 Dr. Stephen... Trap an invalid ASN1_ITEM construction and print out
2001-02-24 Dr. Stephen... New function and options to check OCSP response validity.
2001-02-24 Dr. Stephen... Print out OID of unknown signature or public key
2001-02-24 Dr. Stephen... Stop PKCS7_verify() core dumping with unknown public
2001-02-23 Lutz JänickeDescribe new callback for session id generation.
2001-02-23 Lutz JänickeSSL_get_version() was an easy one :-)
2001-02-23 Ulf MöllerThat statement seems to be not true. In fact, I have...
2001-02-23 Ulf Möllerautoconf would be useful...
2001-02-23 Dr. Stephen... Make OCSP cert id code tolerate a missing issuer certif...
2001-02-23 Dr. Stephen... Oops, forgot CHANGES entry for ASN1_ITEM_FUNCTIONS.
2001-02-23 Dr. Stephen... Get rid of ASN1_ITEM_FUNCTIONS dummy function
2001-02-23 Richard Levittemake depend.
2001-02-23 Dr. Stephen... Initial support for ASN1_ITEM_FUNCTION option to
2001-02-23 Geoff ThorpeI missed one.
2001-02-23 Geoff ThorpeFix an oversight - when checking a potential session...
2001-02-22 Richard LevitteDefine the right macro for Linux and other GNU-based...
2001-02-22 Richard Levittee_os.h defines Getenv()
2001-02-22 Richard LevitteCONF_METHOD is one of the few places where you find...
2001-02-22 Richard LevitteDefine the OPENSSL_NO_* macros as NO_* macros for the...
2001-02-22 Bodo Möllere_os.h problems have been solved in the main branch.
2001-02-22 Bodo Möllerundo previous change: "e_os.h" is now the official...
2001-02-22 Bodo Möllerinclude e_os.h as "openssl/e_os.h" (as elsewhere)
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-22 Richard LevitteSince RAND_file_name() uses strlen, make sure the numbe...
2001-02-22 Richard LevitteUse e_os2.h rather than opensslconf.h, since some neede...
2001-02-22 Richard LevitteExported header files should not include e_os.h.
2001-02-22 Richard LevitteSince opensslconf.h might be included over and over...
2001-02-22 Richard LevitteOne indirection level too little compared to the
2001-02-22 Richard LevitteWindows does not know of strigs.h or strcasecmp, so...
2001-02-22 Richard LevitteAlways include opensslconf.h, even if it's already...
2001-02-22 Richard LevitteWhen inside a #if 0..#endif, do not define anything.
2001-02-22 Richard LevitteSince SSL_add_dir_cert_subjects_to_stack isn't impement...
2001-02-22 Richard LevitteInclude e_os2.h instead of opensslconf.h.
2001-02-22 Dr. Stephen... Rebuild ASN1 error codes to remove unused function...
2001-02-21 Geoff ThorpeIf a callback is generating a new session ID for SSLv2...
2001-02-21 Geoff ThorpeNote changes re: session ID generation callbacks, etc.
2001-02-21 Geoff ThorpeThis adds command-line support to s_server for controll...
2001-02-21 Geoff ThorpeThis change allows a callback to be used to override...
2001-02-21 Geoff Thorpe'make update'
2001-02-21 Richard Levitte'make update'
2001-02-21 Richard LevitteModify mkdef.pl to recognise and parse prprocessor...
2001-02-21 Richard LevitteI had forgotten to change mkerr.pl to use the new macro...
2001-02-20 Richard Levittestrdup() is a X/Open extension.
2001-02-20 Richard LevitteWith later version of DEC C on VMS, some functions...
2001-02-20 Richard LevitteSome functions, like strdup() and strcasecmp(), are...
2001-02-20 Richard LevitteI forgot there was a reason why the inclusions and...
next