I forgot there was a reason why the inclusions and definition of u_int
[openssl.git] / crypto /
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
2001-01-24 Dr. Stephen HensonAdd debugging info to new ASN1 code to trace memory...
2001-01-24 Bodo MöllerUpdate "OAEP reconsidered" comment
2001-01-23 Ulf MöllerThere is no C version of bn_div_3_words
2001-01-20 Dr. Stephen HensonFix to stop X509_time_adj() using GeneralizedTime.
2001-01-19 Dr. Stephen HensonFixes to various ASN1_INTEGER routines for negative...
2001-01-19 Dr. Stephen HensonAdditional functionality in ocsp utility: print summary
2001-01-18 Dr. Stephen HensonImplement remaining OCSP verify checks in
2001-01-17 Dr. Stephen HensonInitial OCSP certificate verify. Not complete,
2001-01-14 Dr. Stephen HensonChange PKCS#12 key derivation routines to cope with
2001-01-13 Dr. Stephen HensonNew OCSP utility. This can generate, parse and print
2001-01-12 Bodo MöllerDisable RegQueryValueEx() call.
2001-01-12 Bodo Möllerisspace must be used only on *unsigned* chars
2001-01-11 Dr. Stephen HensonFix typo in OCSP ASN1 module, this caused
2001-01-11 Dr. Stephen HensonOCSP basic response verify. Very incomplete
2001-01-10 Bodo MöllerNo functional change, but slightly improved code clarity.
2001-01-10 Bodo MöllerAfter discussion with Richard, change the new API for...
2001-01-10 Bodo Möllermake indentation consistent
2001-01-10 Bodo MöllerAdd SSLEAY_DIR argument code for SSLeay_version.
2001-01-10 Bodo MöllerChange prototypes for new CRYPTO_..._mem_ex_functions...
2001-01-10 Richard LevitteAs response to a user request to be able to use externa...
2001-01-10 Dr. Stephen HensonFix uni2asc() so it can properly convert zero length
2001-01-09 Geoff Thorpeoops, void functions shouldn't try and return a value...
2001-01-09 Lutz JänickeAdd automatic query of EGD sockets to RAND_poll()....
2001-01-09 Lutz JänickeDon't cheat: when only getting several bytes from each...
2001-01-09 Geoff ThorpeMove all the existing function pointer casts associated...
2001-01-09 Geoff ThorpeGet rid of the function pointer casting in the debuggin...
2001-01-09 Geoff ThorpeThis adds macros to implement (and/or declare) type...
2001-01-08 Geoff ThorpeWhilst in the process of fixing outstanding function...
2001-01-08 Richard LevitteKeep up with Unix code. It's beginning to be time...
2001-01-08 Dr. Stephen HensonAdd prototypes for new OCSP functions.
2001-01-08 Richard LevitteChange RAND_poll for Unix to try a number of devices...
2001-01-08 Dr. Stephen HensonAdd set of OCSP client functions. All experimental
next