summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2001-03-02Spelling corrected.Richard Levitte
2001-03-02Introduce the possibility to access global variables throughRichard Levitte
2001-03-01Typo, spotted by "Greg Stark" <gstark@ethentica.com>.Lutz Jänicke
2001-03-01Fix bug in copy_email() which would notDr. Stephen Henson
2001-02-28Fix a bug which caused BN_div to produce theDr. Stephen Henson
2001-02-27%f conversion bug fixUlf Möller
2001-02-27don't read from tty in test modeUlf Möller
2001-02-27run self-test with no-krb5Ulf Möller
2001-02-27MacOSX doesn't have ftime().Richard Levitte
2001-02-26Typo in comment.Dr. Stephen Henson
2001-02-26Enhance OCSP_request_verify() so it finds the signers certificateDr. Stephen Henson
2001-02-26make updateRichard Levitte
2001-02-26Add the CCITT pilot directory OIDs.Richard Levitte
2001-02-25Trap an invalid ASN1_ITEM construction and print outDr. Stephen Henson
2001-02-24New function and options to check OCSP response validity.Dr. Stephen Henson
2001-02-24Print out OID of unknown signature or public keyDr. Stephen Henson
2001-02-24Stop PKCS7_verify() core dumping with unknown publicDr. Stephen Henson
2001-02-23Describe new callback for session id generation.Lutz Jänicke
2001-02-23SSL_get_version() was an easy one :-)Lutz Jänicke
2001-02-23That statement seems to be not true. In fact, I have said that I wouldUlf Möller
2001-02-23autoconf would be useful...Ulf Möller
2001-02-23Make OCSP cert id code tolerate a missing issuer certificateDr. Stephen Henson
2001-02-23Oops, forgot CHANGES entry for ASN1_ITEM_FUNCTIONS.Dr. Stephen Henson
2001-02-23Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson
2001-02-23make depend.Richard Levitte
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson
2001-02-23I missed one.Geoff Thorpe
2001-02-23Fix an oversight - when checking a potential session ID for conflicts withGeoff Thorpe
2001-02-22Define the right macro for Linux and other GNU-based systems to get a correct...Richard Levitte
2001-02-22e_os.h defines Getenv()Richard Levitte
2001-02-22CONF_METHOD is one of the few places where you find MS_FAR. I can'tRichard Levitte
2001-02-22Define the OPENSSL_NO_* macros as NO_* macros for the sake of applications th...Richard Levitte
2001-02-22e_os.h problems have been solved in the main branch.Bodo Möller
2001-02-22undo previous change: "e_os.h" is now the official name for the fileBodo Möller
2001-02-22include e_os.h as "openssl/e_os.h" (as elsewhere)Bodo Möller
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte
2001-02-22Since RAND_file_name() uses strlen, make sure the number that'sRichard Levitte
2001-02-22Use e_os2.h rather than opensslconf.h, since some needed macros areRichard Levitte
2001-02-22Exported header files should not include e_os.h.Richard Levitte
2001-02-22Since opensslconf.h might be included over and over, undefineRichard Levitte
2001-02-22One indirection level too little compared to theRichard Levitte
2001-02-22Windows does not know of strigs.h or strcasecmp, so when in Windows,Richard Levitte
2001-02-22Always include opensslconf.h, even if it's already been done before.Richard Levitte
2001-02-22When inside a #if 0..#endif, do not define anything.Richard Levitte
2001-02-22Since SSL_add_dir_cert_subjects_to_stack isn't impemented on VMS,Richard Levitte
2001-02-22Include e_os2.h instead of opensslconf.h.Richard Levitte
2001-02-22Rebuild ASN1 error codes to remove unused function and reason codes.Dr. Stephen Henson
2001-02-21If a callback is generating a new session ID for SSLv2, then upon exiting,Geoff Thorpe
2001-02-21Note changes re: session ID generation callbacks, etc.Geoff Thorpe
2001-02-21This adds command-line support to s_server for controlling the generationGeoff Thorpe