New documentation about things related to SSL_CIPHER. Submitted by Lutz Jaenicke...
[openssl.git] / util /
2000-09-17 Richard LevitteOops, no engine in the main trunk.
2000-09-17 Richard LevitteTell users that a rewrite might be a good idea.
2000-09-15 Richard Levitte'make update'
2000-09-11 Richard Levittemkdef.pl still needed better logic. Also, the semantic...
2000-09-11 Richard Levittemkdef.pl has erroneous conditions to check if a symbol...
2000-09-11 Richard LevitteI started with a make update, but a rewrite was actuall...
2000-09-07 Richard Levitte*.num rewitten to include the extra information.
2000-09-07 Richard LevitteMajor hack of mkdef.pl. There should be no more need...
2000-09-06 Bodo Möller'make update'
2000-09-04 Bodo MöllerAvoid abort() throughout the library, except when prepr...
2000-08-17 Richard LevitteNew option 'ctestall' for mkdef.pl, that makes it not...
2000-08-14 Richard LevitteMD4 implemented. Assar Westerlund provided the digest...
2000-08-02 Richard Levitte"make update"
2000-07-24 Richard LevitteThis isn't entirely necessary if you do everything...
2000-07-24 Richard Levitte"make update"
2000-07-24 Richard LevitteShow the running line count and definition cont in...
2000-07-21 Ulf MöllerProfiling option for mk1mf.pl
2000-06-22 Dr. Stephen HensonChange mkstack.pl so it now sorts each group
2000-06-21 Dr. Stephen HensonFixes for Win32 build.
2000-06-20 Dr. Stephen HensonHandle ASN1_SET_OF and PKCS12_STACK_OF using function
2000-06-19 Richard Levitte'make update'
2000-06-18 Richard LevitteAdd support for dynamically created and destroyed mutex...
2000-06-18 Richard LevitteFirst of all, with the current macros, we should never...
2000-06-17 Bodo MöllerUsing speaking "variable" names in macros so that e...
2000-06-16 Dr. Stephen HensonSafe stack reorganisation in terms of function casts.
2000-06-16 Geoff ThorpeCurrently the DSO_METHOD interface has one entry point...
2000-06-15 Dr. Stephen HensonAdd support for the modified SGC key format used in...
2000-06-14 Bodo MöllerReport "error" (usually just "File exists", which is...
2000-06-13 Geoff ThorpeEnable DSO support on alpha (OSF1), cc and gcc.
2000-06-08 Bodo MöllerSlightly faster DSA verification (BN_mod_exp2_mont),
2000-06-06 Ulf MöllerIncreased consideration for stupid Linux users.
2000-06-01 Geoff Thorpe"make update" + stripping the type-specific stack funct...
2000-06-01 Geoff ThorpeThis change will cause builds (by default) to not use...
2000-05-31 Richard LevitteResult of "make update"
2000-05-30 Geoff Thorpe"make update"
2000-05-29 Geoff ThorpeThis declaration seems to have been added into the...
2000-05-19 Richard Levitte'make update'
2000-05-19 Richard LevitteRemove extra comma (creates a unnessecary null element...
2000-05-15 Ulf MöllerMissing cases when no_rsa is defined
2000-04-27 Ulf Möllerlinux-elf bugfix
2000-04-19 Geoff ThorpeThanks to "make update" ...
2000-04-14 Bodo MöllerNew function ERR_error_string_n.
2000-04-09 Richard Levitte"make update"
2000-04-04 Geoff ThorpeThis commit ties the new DSO code (crypto/dso/) into...
2000-03-28 Richard LevitteAdd a default banner. Contributed by Joon Radley ...
2000-03-28 Richard LevitteDon't force the use of GNU make with Borland C++ Builde...
2000-03-20 Ulf MöllerOpenBSD complains.
2000-03-20 Richard Levittemake update
2000-03-19 Ulf Möllermake update
2000-03-14 Bodo MöllerRemove "Makefile.uni" files and some related stuff.
2000-03-05 Bodo MöllerPreserve reason strings in automatically build tables.
2000-03-04 Bodo MöllerChange output text (ar is not a linker).
2000-03-04 Ulf MöllerThe selftest sometimes lacked important information
2000-02-28 Ulf MöllerSupport assembler for Mingw32.
2000-02-27 Dr. Stephen HensonFix so Win32 compiles again...
2000-02-26 Ulf MöllerReorganize bn_mul.c (no bugfix yet), remove obsolete...
2000-02-26 Bodo MöllerMore get0 et al. changes. Also provide fgrep targets...
2000-02-26 Richard Levittemake update
2000-02-26 Dr. Stephen HensonRename functions for new convention.
2000-02-24 Bodo MöllerDon't define platform-dependent preprocessor symbols...
2000-02-24 Bodo MöllerAvoid filename "test.c" because otherwise "make test"
2000-02-24 Ulf MöllerFix NO_RSA (misplaced #endif).
2000-02-24 Ulf Möllerremove test "goto err"
2000-02-23 Ulf MöllerNew make target "report" to run util/selftest.pl
2000-02-23 Ulf Möller*** empty log message ***
2000-02-23 Ulf MöllerRun the test suite and generate a report.
2000-02-22 Dr. Stephen HensonChange EVP_MD_CTX_type so it is more logical and add...
2000-02-20 Ulf MöllerFix gcc warnings.
2000-02-18 Dr. Stephen HensonNew functions and option to use NEW in certificate...
2000-02-17 Dr. Stephen HensonAdd -pass argument to 'enc'.
2000-02-11 Bodo MöllerUpdate.
2000-02-07 Dr. Stephen HensonRename the X509V3_*_d2i functions to X509_get_ext_d2i...
2000-02-05 Dr. Stephen HensonAdd support for some broken PKCS#8 formats.
2000-02-05 Bodo MöllerGenerate just one error code if iterated SSL_CTX_get...
2000-02-04 Dr. Stephen HensonRename SSLeay_add_all_algorithms() et al to
2000-02-04 Bodo MöllerCorrect spelling as it was done in the source.
2000-01-30 Bodo MöllerMake DSA_generate_parameters, and fix a couple of bug
2000-01-27 Richard LevitteSince pod2man is still evolving, and some sites (among...
2000-01-26 Bodo MöllerSome comments added, and slight code clean-ups.
2000-01-23 Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
2000-01-20 Ulf MöllerWINDOWS is defined in e_os.h. The problem was WIN32...
2000-01-20 Bodo MöllerDefine WINDOWS in all Mingw32 cases.
2000-01-20 Bodo MöllerDefine WINDOWS.
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-14 Bodo MöllerAvoid some warnings, and run "make update".
2000-01-07 Ulf MöllerSubmitted by:
2000-01-07 Ulf MöllerHonor the no-xxx Configure options when creating .DEF...
2000-01-07 Dr. Stephen HensonMore X509_ATTRIBUTE changes.
2000-01-01 Dr. Stephen HensonFix some of the command line password stuff. New function
1999-12-29 Dr. Stephen HensonSimplify the trust structure: basically zap the bit...
1999-12-26 Dr. Stephen HensonNew {i2d,d2i}_PrivateKey_{bio, fp} functions.
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-18 Bodo MöllerRename
1999-12-08 Dr. Stephen HensonAdd i2d_ASN1_PRINTABLESTRING() function, and do 'make...
1999-12-03 Dr. Stephen HensonNew function PKC12_newpass()
1999-12-02 Dr. Stephen HensonChange the trust and purpose code so it doesn't need...
1999-11-29 Dr. Stephen HensonRemainder of SSL purpose and trust code: trust and...
next