Typo, spotted by "Greg Stark" <gstark@ethentica.com>.
[openssl.git] / crypto /
2001-03-01 Dr. Stephen HensonFix bug in copy_email() which would not
2001-02-28 Dr. Stephen HensonFix a bug which caused BN_div to produce the
2001-02-27 Ulf Möller%f conversion bug fix
2001-02-26 Dr. Stephen HensonTypo in comment.
2001-02-26 Dr. Stephen HensonEnhance 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 HensonTrap an invalid ASN1_ITEM construction and print out
2001-02-24 Dr. Stephen HensonNew function and options to check OCSP response validity.
2001-02-24 Dr. Stephen HensonPrint out OID of unknown signature or public key
2001-02-24 Dr. Stephen HensonStop PKCS7_verify() core dumping with unknown public
2001-02-23 Dr. Stephen HensonMake OCSP cert id code tolerate a missing issuer certif...
2001-02-23 Dr. Stephen HensonGet rid of ASN1_ITEM_FUNCTIONS dummy function
2001-02-23 Richard Levittemake depend.
2001-02-23 Dr. Stephen HensonInitial support for ASN1_ITEM_FUNCTION option to
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 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 LevitteSince SSL_add_dir_cert_subjects_to_stack isn't impement...
2001-02-22 Dr. Stephen HensonRebuild ASN1 error codes to remove unused function...
2001-02-21 Geoff Thorpe'make update'
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 LevitteOpenVMS catches up.
2001-02-20 Geoff ThorpeThe callbacks in the NAME_FUNCS structure are not used...
2001-02-20 Ulf Möllermake it a loop as in dsa
2001-02-20 Richard LevitteGet the right cast for lhash callback functions.
2001-02-20 Richard LevitteInclude string.h so mem*() functions get properly declared.
2001-02-20 Richard LevitteA new bunch of too long symbols to hack.
2001-02-20 Richard LevitteDEC C on VMS is pedantic by definition.
2001-02-20 Richard LevitteInclude OpenSSL header files earlier so macros like...
2001-02-20 Richard LevitteInclude OpenSSL header files earlier so macros like...
2001-02-20 Richard LevitteLet VMS catch up.
2001-02-20 Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL). That...
2001-02-20 Richard LevitteInclude string.h so mem* functions get properly declared.
2001-02-20 Richard LevitteInclude OpenSSL header files earlier so macros like...
2001-02-20 Richard LevitteInclude string.h so mem* functions get properly declared.
2001-02-20 Richard LevitteUse 0 instead of NULL, at least for function casts...
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-20 Bodo MöllerFix BN_[pseudo_]rand: 'mask' must be used even if top=-1.
2001-02-20 Richard LevitteUse new-style system-id macros.
2001-02-20 Ulf MöllerUse BN_rand_range().
2001-02-20 Ulf MöllerBN_rand_range() needs a BN_rand() variant that doesn...
2001-02-19 Richard LevitteMake sure time() is properly declared.
2001-02-19 Richard LevitteUse the new-style system-identity macros.
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-19 Richard Levittemake update
2001-02-19 Dr. Stephen HensonNew -set_serial options to 'req' and 'x509'.
2001-02-19 Richard LevitteVMS follows suit.
2001-02-19 Bodo MöllerMemory leak detection bugfixes for multi-threading.
2001-02-19 Bodo MöllerAdd uid.{c,o}
2001-02-16 Dr. Stephen HensonNew options to 'ca' utility to support CRL entry extens...
2001-02-14 Dr. Stephen HensonOption to disable standard block padding with EVP API.
2001-02-14 Ulf MöllerNew function OPENSSL_issetugid(). Needs more work.
2001-02-13 Dr. Stephen HensonNew function OCSP_parse_url() and -url option for ocsp...
2001-02-12 Dr. Stephen HensonModify OCSP nonce behaviour.
2001-02-12 Dr. Stephen HensonWork around for libsafe "error".
2001-02-10 Dr. Stephen HensonFix CRL printing to correctly show when there are no...
2001-02-10 Bodo MöllerSimplify BN_rand_range
2001-02-09 Lutz JänickeFix "wierd" typo as submitted by Jeroen Ruigrok/Asmodai...
2001-02-09 Dr. Stephen HensonVarious Win32 related fixed. Make no-krb5 work in mkdef...
2001-02-08 Richard LevitteThe check for request including a nonce and response...
2001-02-08 Ulf Mölleruse <= instead of ==
2001-02-08 Ulf Möllerpoint out that RAND_load_file() etc are only for seed...
2001-02-08 Bodo MöllerAnother comment change. (Previous comment does not...
2001-02-08 Bodo MöllerChange comments. (The expected number of iterations...
2001-02-08 Bodo Mölleroops -- remove observation code
2001-02-08 Bodo MöllerIntegrate my implementation of a countermeasure against
2001-02-08 Bodo Möllerplatform specific CFLAGS don't belong into this Makefile
2001-02-07 Ulf MöllerBleichenbacher's DSA attack
2001-02-07 Lutz JänickeModify access to EGD socket to deal with EINTR etc...
2001-02-07 Dr. Stephen HensonFix AES code.
2001-02-06 Ben LaurieRijdael CBC mode and partial undebugged SSL support.
2001-02-06 Bodo MöllerAvoid coredumps for CONF_get_...(NULL, ...)
2001-02-06 Ulf Möllerformat strings
2001-02-06 Ulf MöllerFix potential buffer overrun for EBCDIC.
2001-02-05 Richard LevitteFix a memory leak in BIO_get_accept_socket(). This...
2001-02-05 Bodo MöllerInclude string.h (whis is in all relevant standards...
2001-02-05 Dr. Stephen HensonNew function to copy nonce values from OCSP
2001-02-04 Ben LaurieMake depend.
2001-02-04 Ben LaurieCan't remember why this was needed?
2001-02-04 Ben LaurieFix a warning.
2001-02-04 Dr. Stephen HensonFix ASN1_TIME_to_generlizedtime().
2001-02-03 Dr. Stephen HensonVarious OCSP responder utility functions.
2001-02-02 Dr. Stephen HensonVarious function for commmon operations.
2001-02-02 Dr. Stephen HensonTidy up the mess in bss_sock.c and bss_fd.c
2001-02-01 Dr. Stephen HensonTolerate some "variations" used in some
2001-01-30 Richard LevitteIncrease consistency of header data (some mail readers...
2001-01-28 Bodo MöllerComment and indentation
2001-01-28 Dr. Stephen HensonMake sk_sort tolearate a NULL argument.
2001-01-26 Dr. Stephen HensonNew OCSP response verify option OCSP_TRUSTOTHER
next