aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson2001-02-2335-102/+101
* make depend.Richard Levitte2001-02-231-14/+13
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-2334-163/+317
* Define the right macro for Linux and other GNU-based systems to get a correct...Richard Levitte2001-02-221-0/+5
* e_os.h defines Getenv()Richard Levitte2001-02-221-0/+1
* CONF_METHOD is one of the few places where you find MS_FAR. I can'tRichard Levitte2001-02-221-9/+9
* undo previous change: "e_os.h" is now the official name for the fileBodo Möller2001-02-221-1/+1
* include e_os.h as "openssl/e_os.h" (as elsewhere)Bodo Möller2001-02-221-1/+1
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-2237-2166/+2117
* Since RAND_file_name() uses strlen, make sure the number that'sRichard Levitte2001-02-222-13/+11
* Use e_os2.h rather than opensslconf.h, since some needed macros areRichard Levitte2001-02-225-8/+9
* Exported header files should not include e_os.h.Richard Levitte2001-02-222-2/+1
* Since opensslconf.h might be included over and over, undefineRichard Levitte2001-02-221-0/+1
* One indirection level too little compared to theRichard Levitte2001-02-222-4/+4
* Since SSL_add_dir_cert_subjects_to_stack isn't impemented on VMS,Richard Levitte2001-02-221-0/+2
* Rebuild ASN1 error codes to remove unused function and reason codes.Dr. Stephen Henson2001-02-222-200/+46
* 'make update'Geoff Thorpe2001-02-213-32/+40
* strdup() is a X/Open extension.Richard Levitte2001-02-201-1/+4
* With later version of DEC C on VMS, some functions (strcmp(), forRichard Levitte2001-02-201-1/+13
* Some functions, like strdup() and strcasecmp(), are defined inRichard Levitte2001-02-201-0/+1
* OpenVMS catches up.Richard Levitte2001-02-201-2/+2
* The callbacks in the NAME_FUNCS structure are not used directly as LHASHGeoff Thorpe2001-02-201-10/+10
* make it a loop as in dsaUlf Möller2001-02-201-1/+3
* Get the right cast for lhash callback functions.Richard Levitte2001-02-201-2/+2
* Include string.h so mem*() functions get properly declared.Richard Levitte2001-02-201-0/+1
* A new bunch of too long symbols to hack.Richard Levitte2001-02-201-0/+14
* DEC C on VMS is pedantic by definition.Richard Levitte2001-02-201-1/+2
* Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte2001-02-201-4/+7
* Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte2001-02-202-3/+3
* Let VMS catch up.Richard Levitte2001-02-202-31/+6
* Use sk_*_new_null() instead of sk_*_new(NULL). That avoids gettingRichard Levitte2001-02-201-2/+2
* Include string.h so mem* functions get properly declared.Richard Levitte2001-02-201-0/+1
* Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte2001-02-201-4/+4
* Include string.h so mem* functions get properly declared.Richard Levitte2001-02-202-0/+2
* Use 0 instead of NULL, at least for function casts, since there areRichard Levitte2001-02-201-2/+2
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-2053-166/+168
* Fix BN_[pseudo_]rand: 'mask' must be used even if top=-1.Bodo Möller2001-02-201-4/+3
* Use new-style system-id macros.Richard Levitte2001-02-201-1/+1
* Use BN_rand_range().Ulf Möller2001-02-203-19/+5
* BN_rand_range() needs a BN_rand() variant that doesn't set the MSB.Ulf Möller2001-02-201-12/+15
* Make sure time() is properly declared.Richard Levitte2001-02-191-0/+1
* Use the new-style system-identity macros.Richard Levitte2001-02-191-2/+2
* Make all configuration macros available for application by makingRichard Levitte2001-02-19225-3073/+3116
* make updateRichard Levitte2001-02-191-0/+3
* New -set_serial options to 'req' and 'x509'.Dr. Stephen Henson2001-02-191-1/+1
* VMS follows suit.Richard Levitte2001-02-191-1/+1
* Memory leak detection bugfixes for multi-threading.Bodo Möller2001-02-191-36/+52
* Add uid.{c,o}Bodo Möller2001-02-191-2/+2
* New options to 'ca' utility to support CRL entry extensions.Dr. Stephen Henson2001-02-1610-11/+106
* Option to disable standard block padding with EVP API.Dr. Stephen Henson2001-02-143-0/+39