Change the 'man' directory to 'apps'. Yes I wish cvs
[openssl.git] / crypto /
2000-01-21 Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
2000-01-21 Ulf MöllerSome more ifdefs for no-xxx options.
2000-01-21 Ulf MöllerAFAICS lst1 stands for "lshift test" not "list".
2000-01-20 Bodo MöllerRename lst1 to list1 to avoid name conflict on some...
2000-01-20 Dr. Stephen HensonOops... undo change to wrong prototype.
2000-01-20 Dr. Stephen HensonFinish off the X509_ATTRIBUTE string stuff.
2000-01-19 Dr. Stephen HensonRename X509_att*() stuff to X509at_*(), add X509_REQ...
2000-01-18 Ulf MöllerRename rsa_oaep_test to the more appropriate name rsa_t...
2000-01-18 Richard LevitteCompaq C 6.2 for VMS will complain when we want to...
2000-01-18 Richard LevitteAvoid converting void * to a function pointer when...
2000-01-17 Richard LevitteSOCKETSHR is showing bad declarations again. However...
2000-01-17 Richard LevitteGive the user the possibility to ask for compilation...
2000-01-17 Richard LevitteIt doesn't make sense to try see if these variables...
2000-01-16 Ulf MöllerHeader for RAND_seed()
2000-01-16 Ulf MöllerNew function RAND_pseudo_bytes() generated pseudorandom...
2000-01-16 Richard LevitteCut'n'paste error
2000-01-16 Richard LevitteSynchronise with the makefiles.
2000-01-15 Bodo Mölleradd "randomness"
2000-01-15 Bodo MöllerRAND_bytes's return values is 0 for an error, not -1.
2000-01-14 Richard LevitteTypo...
2000-01-14 Bodo MöllerLet "make test" survive without DEVRANDOM
2000-01-14 Bodo MöllerIn EVP_PKEY_assign[_...], return 0 for an error when...
2000-01-14 Bodo Möller- Pseudo-seed the PRNG in programs used for "make test"
2000-01-14 Bodo MöllerAvoid some warnings, and run "make update".
2000-01-14 Bodo MöllerAvoid shadowing variables,
2000-01-14 Ulf Möllerminor change for the prng
2000-01-13 Bodo MöllerUse CRYPTO_push_info to track down memory leak
2000-01-13 Ulf MöllerPrecautions against using the PRNG uninitialized: RAND_...
2000-01-12 Bodo MöllerTurn BN_prime_checks into a macro.
2000-01-12 Bodo Mölleradd dependency and auto-generation rule for bn_prime.h
2000-01-09 Dr. Stephen HensonNew function X509_CTX_rget_chain(), make SSL_SESSION_pr...
2000-01-08 Ben LaurieMake NO_RSA compile with pedantic.
2000-01-08 Dr. Stephen HensonAdd -prexit command to s_client and patch some BIO
2000-01-07 Bodo Möllerapps/openssl.cnf and the documentation say it's "nombstr",
2000-01-07 Bodo Möllermake no-des and no-rc2 work.
2000-01-07 Bodo Mölleradd V_CRYPTO_MDEBUG_ALL
2000-01-07 Dr. Stephen Henson#undef PKCS7_SIGNER_INFO for Win32 to avoid clashes.
2000-01-07 Dr. Stephen HensonMore X509_ATTRIBUTE changes.
2000-01-06 Dr. Stephen HensonInitial automation changes to 'req' and X509_ATTRIBUTE...
2000-01-02 Andy PolyakovMetrowerks for Motorola tune-up.
2000-01-02 Dr. Stephen HensonAdd support for MS "fast SGC".
2000-01-01 Dr. Stephen HensonFix some of the command line password stuff. New function
1999-12-29 Dr. Stephen HensonAdd OIDs for idea and blowfish. Unfortunately these...
1999-12-29 Dr. Stephen HensonSimplify the trust structure: basically zap the bit...
1999-12-26 Andy PolyakovMacOS updates. Initial support for GUSI (MacOS socket...
1999-12-26 Dr. Stephen HensonNew {i2d,d2i}_PrivateKey_{bio, fp} functions.
1999-12-25 Andy PolyakovMakefile clean-ups, crypto/bn/asm/alpha.s compiles...
1999-12-24 Dr. Stephen HensonAllow passwords to be included on command line for...
1999-12-24 Dr. Stephen HensonFixes so NO_RSA works again.
1999-12-23 Dr. Stephen HensonAdd PKCS#8 utility functions and add PBE options.
1999-12-22 Richard LevitteSynchronising
1999-12-22 Dr. Stephen HensonSupport for ASN1 NULL type.
1999-12-19 Andy PolyakovEven more late break-in MacOS tidbits...
1999-12-19 Andy PolyakovLate break-in patch for MacOS support.
1999-12-19 Andy PolyakovInitial support for MacOS is now available
1999-12-19 Andy PolyakovMacOS updates.
1999-12-18 Bodo MöllerRename
1999-12-18 Bodo Möllerfix typos and other little errors ...
1999-12-18 Bodo Möller- Don't assume that int and size_t have the same repres...
1999-12-18 Richard Levitte - Added more documentation in CHANGES.
1999-12-18 Richard Levitte - Made sure some changed behavior is documented in...
1999-12-17 Richard LevitteClear out license confusion.
1999-12-17 Richard LevitteRebuild of the OpenSSL memory allocation and deallocati...
1999-12-16 Richard LevitteSynchronise VMS scripts with Unix Makefiles
1999-12-15 Dr. Stephen HensonDelete an unused variable and make the PKCS#12 keygen...
1999-12-15 Dr. Stephen HensonFix the S/MIME code to use canonical MIME format for
1999-12-14 Ulf MöllerSolaris x86 assembler problem is already addressed...
1999-12-14 Dr. Stephen HensonVarious S/MIME fixes. Fix for memory leak, recipient...
1999-12-13 Dr. Stephen HensonFix a typo in a_enum.c.
1999-12-11 Dr. Stephen HensonVarious S/MIME fixes.
1999-12-10 Dr. Stephen HensonFix for crashing INTEGERs, ENUMERATEDs and OBJECT IDENT...
1999-12-09 Dr. Stephen HensonMake the PKCS#7 S/MIME functions check for passed NULL...
1999-12-08 Ulf MöllerDon't use inline assembler on x86 Solaris (would need...
1999-12-08 Dr. Stephen HensonAdd i2d_ASN1_PRINTABLESTRING() function, and do 'make...
1999-12-07 Dr. Stephen HensonModify S/MIME application so the -signer option writes...
1999-12-05 Dr. Stephen HensonMerge in my S/MIME library and utility.
1999-12-03 Bodo MöllerUse des_set_key_unchecked, not des_set_key.
1999-12-03 Bodo MöllerAdd functions des_set_key_checked, des_set_key_unchecked.
1999-12-03 Dr. Stephen HensonNew function PKC12_newpass()
1999-12-03 Dr. Stephen HensonFix a bug in the modified purpose code: it wasn't updat...
1999-12-02 Dr. Stephen HensonChange the trust and purpose code so it doesn't need...
1999-12-01 Dr. Stephen HensonModify the X509 V3 extension lookup code.
1999-11-29 Dr. Stephen HensonRemainder of SSL purpose and trust code: trust and...
1999-11-29 Dr. Stephen HensonAdd part of chain verify SSL support code: not complete...
1999-11-27 Dr. Stephen HensonAdd trust setting support to the verify code. It now...
1999-11-27 Richard LevitteAdd compilation of x509_trs
1999-11-27 Dr. Stephen HensonOops! Commit died on me :-(
1999-11-27 Dr. Stephen HensonInitial trust code: allow setting of trust checking...
1999-11-26 Dr. Stephen HensonNew options to the -verify program which can be used...
1999-11-24 Dr. Stephen HensonInitial chain verify code: not tested probably not...
1999-11-23 Dr. Stephen HensonSupport for authority information access extension.
1999-11-21 Dr. Stephen HensonTransparent support for PKCS#8 private keys in RSA...
1999-11-19 Dr. Stephen HensonSupport for otherName in GeneralName.
1999-11-18 Ben LaurieUpdate dependencies.
1999-11-17 Ulf MöllerMissing #ifdef NO_DES
1999-11-17 Dr. Stephen HensonModify verify code to handle self signed certificates.
1999-11-16 Bodo MöllerStore verify_result with sessions to avoid potential...
1999-11-16 Dr. Stephen HensonFix for a bug in PKCS#7 code and non-detached data.
1999-11-16 Dr. Stephen HensonNew function X509_cmp().
1999-11-14 Dr. Stephen Henson'req' fixes. Reinstate length check one request fields.
next