summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2001-03-02Introduce the possibility to access global variables throughRichard Levitte
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-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-23Make OCSP cert id code tolerate a missing issuer certificateDr. 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-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-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-22Since SSL_add_dir_cert_subjects_to_stack isn't impemented on VMS,Richard Levitte
2001-02-22Rebuild ASN1 error codes to remove unused function and reason codes.Dr. Stephen Henson
2001-02-21'make update'Geoff Thorpe
2001-02-20strdup() is a X/Open extension.Richard Levitte
2001-02-20With later version of DEC C on VMS, some functions (strcmp(), forRichard Levitte
2001-02-20Some functions, like strdup() and strcasecmp(), are defined inRichard Levitte
2001-02-20OpenVMS catches up.Richard Levitte
2001-02-20The callbacks in the NAME_FUNCS structure are not used directly as LHASHGeoff Thorpe
2001-02-20make it a loop as in dsaUlf Möller
2001-02-20Get the right cast for lhash callback functions.Richard Levitte
2001-02-20Include string.h so mem*() functions get properly declared.Richard Levitte
2001-02-20A new bunch of too long symbols to hack.Richard Levitte
2001-02-20DEC C on VMS is pedantic by definition.Richard Levitte
2001-02-20Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte
2001-02-20Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte
2001-02-20Let VMS catch up.Richard Levitte
2001-02-20Use sk_*_new_null() instead of sk_*_new(NULL). That avoids gettingRichard Levitte
2001-02-20Include string.h so mem* functions get properly declared.Richard Levitte
2001-02-20Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte
2001-02-20Include string.h so mem* functions get properly declared.Richard Levitte
2001-02-20Use 0 instead of NULL, at least for function casts, since there areRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-20Fix BN_[pseudo_]rand: 'mask' must be used even if top=-1.Bodo Möller