aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2001-02-26make updateRichard Levitte18-410/+1134
2001-02-26Add the CCITT pilot directory OIDs.Richard Levitte1-5/+78
2001-02-25Trap an invalid ASN1_ITEM construction and print outDr. Stephen Henson3-4/+16
2001-02-24New function and options to check OCSP response validity.Dr. Stephen Henson3-2/+87
2001-02-24Print out OID of unknown signature or public keyDr. Stephen Henson1-6/+11
2001-02-24Stop PKCS7_verify() core dumping with unknown publicDr. Stephen Henson2-8/+10
2001-02-23Make OCSP cert id code tolerate a missing issuer certificateDr. Stephen Henson1-5/+16
2001-02-23Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson35-102/+101
2001-02-23make depend.Richard Levitte1-14/+13
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson34-163/+317
2001-02-22Define the right macro for Linux and other GNU-based systems to get a correct...Richard Levitte1-0/+5
2001-02-22e_os.h defines Getenv()Richard Levitte1-0/+1
2001-02-22CONF_METHOD is one of the few places where you find MS_FAR. I can'tRichard Levitte1-9/+9
2001-02-22undo previous change: "e_os.h" is now the official name for the fileBodo Möller1-1/+1
2001-02-22include e_os.h as "openssl/e_os.h" (as elsewhere)Bodo Möller1-1/+1
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte37-2166/+2117
2001-02-22Since RAND_file_name() uses strlen, make sure the number that'sRichard Levitte2-13/+11
2001-02-22Use e_os2.h rather than opensslconf.h, since some needed macros areRichard Levitte5-8/+9
2001-02-22Exported header files should not include e_os.h.Richard Levitte2-2/+1
2001-02-22Since opensslconf.h might be included over and over, undefineRichard Levitte1-0/+1
2001-02-22One indirection level too little compared to theRichard Levitte2-4/+4
2001-02-22Since SSL_add_dir_cert_subjects_to_stack isn't impemented on VMS,Richard Levitte1-0/+2
2001-02-22Rebuild ASN1 error codes to remove unused function and reason codes.Dr. Stephen Henson2-200/+46
2001-02-21'make update'Geoff Thorpe3-32/+40
2001-02-20strdup() is a X/Open extension.Richard Levitte1-1/+4
2001-02-20With later version of DEC C on VMS, some functions (strcmp(), forRichard Levitte1-1/+13
2001-02-20Some functions, like strdup() and strcasecmp(), are defined inRichard Levitte1-0/+1
2001-02-20OpenVMS catches up.Richard Levitte1-2/+2
2001-02-20The callbacks in the NAME_FUNCS structure are not used directly as LHASHGeoff Thorpe1-10/+10
2001-02-20make it a loop as in dsaUlf Möller1-1/+3
2001-02-20Get the right cast for lhash callback functions.Richard Levitte1-2/+2
2001-02-20Include string.h so mem*() functions get properly declared.Richard Levitte1-0/+1
2001-02-20A new bunch of too long symbols to hack.Richard Levitte1-0/+14
2001-02-20DEC C on VMS is pedantic by definition.Richard Levitte1-1/+2
2001-02-20Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte1-4/+7
2001-02-20Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte2-3/+3
2001-02-20Let VMS catch up.Richard Levitte2-31/+6
2001-02-20Use sk_*_new_null() instead of sk_*_new(NULL). That avoids gettingRichard Levitte1-2/+2
2001-02-20Include string.h so mem* functions get properly declared.Richard Levitte1-0/+1
2001-02-20Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte1-4/+4
2001-02-20Include string.h so mem* functions get properly declared.Richard Levitte2-0/+2
2001-02-20Use 0 instead of NULL, at least for function casts, since there areRichard Levitte1-2/+2
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte53-166/+168
2001-02-20Fix BN_[pseudo_]rand: 'mask' must be used even if top=-1.Bodo Möller1-4/+3
2001-02-20Use new-style system-id macros.Richard Levitte1-1/+1
2001-02-20Use BN_rand_range().Ulf Möller3-19/+5
2001-02-20BN_rand_range() needs a BN_rand() variant that doesn't set the MSB.Ulf Möller1-12/+15
2001-02-19Make sure time() is properly declared.Richard Levitte1-0/+1
2001-02-19Use the new-style system-identity macros.Richard Levitte1-2/+2
2001-02-19Make all configuration macros available for application by makingRichard Levitte225-3073/+3116