Document that you need to include x509.h (to get [i2d|d2i]_DSA_PUBKEY()).
[oweals/openssl.git] / crypto /
2003-12-03 Lutz JänickeRestructure make targets to allow parallel make.
2003-12-01 Richard LevitteIt was pointed out to me that if the requested size...
2003-12-01 Richard LevitteCheck that OPENSSL_malloc() really returned some memory.
2003-12-01 Richard LevitteCRYPTO_malloc(), CRYPTO_realloc() and variants of them...
2003-12-01 Lutz JänickeSome more ASFLAGS settings required
2003-11-29 Richard LevitteWe're getting a clash with C++ because it has a type...
2003-11-28 Richard Levitte1024 is the export key bits limit according to current...
2003-11-27 Richard LevitteIf dynamically-loadable ENGINEs are linked against...
2003-11-24 Lutz JänickeFree "engine" resource in case of failure to prevent...
2003-11-22 Ulf Möllerbn_sub_part_words() is unused in 0.9.7.
2003-11-20 Dr. Stephen HensonGive CRLDP its standard name.
2003-11-19 Geoff ThorpeRemove duplicate prototypes have already been (correctl...
2003-11-16 Lutz JänickeProvide ASFLAGS in the subdirectories handling assemble...
2003-11-10 Dr. Stephen HensonOops!
2003-11-10 Dr. Stephen HensonPrint out GeneralizedTime and UTCTime in ASN1_STRING_pr...
2003-10-29 Richard LevitteRemoving those memcpy()s also took away the possibility...
2003-10-15 Richard LevitteCorrect serious bug in AES-CBC decryption when the...
2003-10-11 Dr. Stephen HensonSimplify cipher and digest lookup in PKCS#7 code.
2003-10-10 Dr. Stephen HensonRetrieve correct content to sign when the
2003-10-07 Richard LevitteIn realloc, don't destroy the old memory area if a...
2003-10-01 Richard LevitteInclude e_os.h to get a proper definition for memmove...
2003-09-30 Dr. Stephen HensonIn order to get the expected self signed error when
2003-09-30 Dr. Stephen HensonChanges for release OpenSSL_0_9_7c
2003-09-30 Dr. Stephen HensonFix for ASN1 parsing bugs.
2003-09-29 Dr. Stephen HensonFix to make it compile under Win32.
2003-09-28 Richard LevitteUhmm, It seem to have forgotten one file when I committ...
2003-09-27 Richard LevitteChange the indentation from 12 to indent+4.
2003-09-27 Richard LevitteMake MD5 assembler code able to handle messages larger...
2003-09-27 Richard LevitteAdd reference counting around the thread state hash...
2003-08-21 Dr. Stephen Hensonoutlen should be int * in out_utf8.
2003-08-11 Richard Levittemake update
2003-08-11 Richard LevitteA new branch for FIPS-related changes has been created...
2003-08-07 Richard LevitteCorrect two problems, found by Martin Kochanski <cardbo...
2003-08-06 Bodo Mölleradd OpenSSL license
2003-08-04 Richard LevitteInclusion of openssl/engine.h should always be wrapped...
2003-08-01 Dr. Stephen HensonMake the EFB NIDs have empty OIDs aliased to the real...
2003-08-01 Ben LaurieDES CFB8 test.
2003-08-01 Ben LaurieFix DES CFB-r.
2003-07-30 Ben LaurieWhoops, forgot FIPS DES, also add EVPs for DES CFB1...
2003-07-29 Ben LaurieAES CFB8.
2003-07-29 Ben LaurieThe rest of the keysizes for CFB1, working AES AVS...
2003-07-29 Ben LaurieWorking CFB1 and test vectors.
2003-07-28 Ben LaurieAdd support for partial CFB modes, make tests work...
2003-07-27 Ben LaurieUnfinished FIPS stuff for review/improvement.
2003-07-27 Ben LaurieAdd untested CFB-r mode. Will be tested soon.
2003-07-03 Richard LevitteOops, I forgot to replace 'counter' with 'ivec' when...
2003-07-03 Richard LevitteThe 'counter' is really the IV.
2003-07-03 Richard LevitteChange AES-CTR to increment the IV by 1 instead of...
2003-06-24 Dr. Stephen HensonReturn EOF when an S/MIME part have been read.
2003-06-19 Richard LevitteWe set the export flag for 512 *bit* keys, not 512...
2003-06-12 Richard LevitteDo not try to use non-existent gmtime_r() on SunOS4.
2003-06-12 Richard LevitteMake sure DSO-dlfcn works properly on SunOS4.
2003-06-11 Richard LevitteAdd an entry for X509_TRUST_OBJECT_SIGN in trstandard[].
2003-06-11 Richard LevitteMake sure to NUL-terminate the string on end-of-file...
2003-06-10 Richard LevitteThe output from AES_cbc_encrypt() should be exact multi...
2003-06-06 Geoff ThorpeThis memset() in the ubsec ENGINE is a bug. Zeroing...
2003-06-04 Dr. Stephen HensonReally get X509_CRL_CHECK_ALL right this time...
2003-06-03 Dr. Stephen HensonMove the base64 BIO fixes to 0.9.7-stable
2003-06-02 Dr. Stephen HensonOnly count 'LF' as EOL in pk7_mime.c, this avoids incorrect
2003-06-02 Dr. Stephen HensonStop checking for CRLF when start of buffer is reached.
2003-06-01 Dr. Stephen HensonVarious S/MIME bug and compatibility fixes.
2003-05-29 Richard LevitteInclude openssl/e_os.h so OPENSSL_SYSNAME_ULTRASPARC...
2003-05-29 Richard LevitteHave ASFLAGS be defined the same way as CFLAGS
2003-05-29 Richard LevittePR: 630
2003-05-28 Lutz JänickeMove header file inclusion to prevent irritation of...
2003-05-28 Dr. Stephen HensonPR: 627
2003-05-28 Dr. Stephen HensonPR: 631
2003-05-28 Richard LevitteMake sure to compare unsigned against unsigned.
2003-05-21 Richard LevitteFix sign bugs.
2003-05-21 Richard LevitteMake sure EC_window_bits_for_scalar_size() returns...
2003-05-07 Dr. Stephen HensonAdd correct DN entry for serialNumber.
2003-05-07 Richard LevitteDO NOT constify RSA* in RSA_sign() and RSA_verify(...
2003-05-05 Richard LevitteConstify RSA_sign() and RSA_verify().
2003-05-02 Dr. Stephen HensonTypo.
2003-04-22 Bodo Möllerfix typo
2003-04-16 Richard LevitteMemory leak fix: RSA_blinding_on() didn't free Ai under...
2003-04-15 Richard LevitteMemory leak fix: local blinding structure not freed...
2003-04-10 Richard LevitteThe release is tagged, time to work on 0.9.7c.
2003-04-10 Richard LevitteForgot to code the status bits for release. This file...
2003-04-10 Richard LevitteTime to release 0.9.7b.
2003-04-10 Richard Levittemake update.
2003-04-10 Dr. Stephen HensonOnly call redirected rsa_sign or rsa_verify if the...
2003-04-10 Dr. Stephen HensonTypo.
2003-04-08 Richard LevitteInclude rand.h, so RAND_status() and friends get proper...
2003-04-08 Richard LevitteWe seem to carry some rests of the 0.9.6 [engine] ENGIN...
2003-04-08 Richard LevitteWe seem to carry some rests of the 0.9.6 [engine] ENGIN...
2003-04-07 Richard LevitteRSA_FLAG_SIGN_VER indicates the special rsa_sign and...
2003-04-05 Richard LevitteDo not call ENGINE_setup_bsd_cryptodev() when OPENSSL_N...
2003-04-03 Richard LevitteMake %p and %# work properly, at least with pointers...
2003-04-02 Bodo Möllermake RSA blinding thread-safe
2003-03-31 Richard LevitteDon't feil when indent is 0.
2003-03-24 Dr. Stephen HensonGet X509_V_FLAG_CRL_CHECK_ALL logic the right way round.
2003-03-24 Dr. Stephen HensonGet X509_V_FLAG_CRL_CHECK_ALL logic the right way round.
2003-03-20 Richard LevitteShut up an ANSI compiler about uninitialised variables.
2003-03-19 Bodo Möllermake sure RSA blinding works when the PRNG is not prope...
2003-03-19 Dr. Stephen HensonFix Certificate and CRL adding in X509_load_cert_crl_file:
2003-03-18 Ben LaurieTurn on RSA blinding by default.
2003-03-14 Dr. Stephen HensonDon't give an error if response reason absent in OCSP...
2003-03-14 Dr. Stephen HensonAdd entry for domainComponent so it is treated correctly.
2003-03-13 Geoff ThorpeFix a bone-head bug. This warrants a CHANGES entry...
next