- 14 11月, 2004 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Typo: use prompt_info, not cb_data->prompt_info.
-
- 08 9月, 2004 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Add support for policy checking in verify utility.
-
- 07 9月, 2004 1 次提交
-
-
由 Dr. Stephen Henson 提交于
This tidies up verify parameters and adds support for integrated policy checking. Add support for policy related command line options. Currently only in smime application. WARNING: experimental code subject to change.
-
- 18 5月, 2004 1 次提交
-
-
由 Geoff Thorpe 提交于
and include bn.h in those C files that need bignum functionality.
-
- 20 4月, 2004 2 次提交
-
-
由 Dr. Stephen Henson 提交于
initial serial numbers. PR: 842
-
由 Geoff Thorpe 提交于
-
- 26 3月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
in the middle of the code on Windows, and that disrupts operations in functions later that use rename()... PR: 853
-
- 16 3月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
functions and macros. This change has associated tags: LEVITTE_before_const and LEVITTE_after_const. Those will be removed when this change has been properly reviewed.
-
- 27 12月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
Use BUF_strlcat() instead of strcat(). Use BIO_snprintf() instead of sprintf(). In some cases, keep better track of buffer lengths. This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
- 28 11月, 2003 3 次提交
-
-
由 Richard Levitte 提交于
to apps.c, and give it the hopefully descriptive name parse_yesno().
-
由 Richard Levitte 提交于
rationale behind the move is that it's use by several applications. The rationale behind the name change is that it describes what the function does a bit better.
-
由 Richard Levitte 提交于
PR: 780 Submitted by: Verdon Walker <VWalker@novell.com> Reviewed by: Richard Levitte
-
- 17 11月, 2003 1 次提交
-
-
由 Lutz Jänicke 提交于
Submitted by: Goetz Babin-Ebell <babin-ebell@trustcenter.de> PR: #766
-
- 09 9月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
platforms that don't (necessarely) have it. In the case of VMS, this means moving a couple of functions from apps/ to crypto/ and make them general (although only used privately).
-
- 04 4月, 2003 5 次提交
-
-
由 Richard Levitte 提交于
rotate_serial() that works like rotate_index().
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
subject.
-
- 23 2月, 2003 1 次提交
-
-
由 Ulf Möller 提交于
-
- 31 1月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
PR: 287
-
- 28 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
I've covered all the memset()s I felt safe modifying, but may have missed some.
-
- 16 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 13 11月, 2002 1 次提交
-
-
由 Ben Laurie 提交于
-
- 25 10月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 24 10月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
apps.h. For those, it's better to include apps.h after the system headers where those symbols may be defined, since there's otherwise a chance that the C compiler will barf when it sees something that looks like this after expansion: int VMS_strcasecmp((str1),(str2))(const char *, const char *);
-
- 10 10月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
PR: 184
-
- 23 8月, 2002 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Make -nameopt work in req and add support for -reqopt
-
- 02 8月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
functionality in the programs that had that before. Part fo PR 164
-
- 19 7月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
PR: 147
-
- 18 7月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
differently. Unixware 2 needs to link with libresolv. PR: 148
-
- 19 6月, 2002 1 次提交
-
-
由 Lutz Jänicke 提交于
-
- 14 6月, 2002 1 次提交
-
-
由 Lutz Jänicke 提交于
Submitted by: Goetz Babin-Ebell <babinebell@trustcenter.de> PR: 89
-
- 29 5月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
this wasn't checked and could possibly be exploitable (slim chance, but still)
-
- 14 3月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
Fix dsaparam usage output. Submitted by: Nils Larsch
-
- 09 3月, 2002 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix the Win32_rename() function so it correctly returns an error code. Use the same code in Win9X and NT. Fix some ca.c options so they work under Win32: unlink/rename wont work under Win32 unless the file is closed.
-
- 22 2月, 2002 1 次提交
-
-
由 Dr. Stephen Henson 提交于
CONF_modules_unload() now calls CONF_modules_finish() automatically. Default use of section openssl_conf moved to CONF_modules_load() Load config file in several openssl utilities. Most utilities now load modules from the config file, though in a few (such as version) this isn't done because it couldn't be used for anything. In the case of ca and req the config file used is the same as the utility itself: that is the -config command line option can be used to specify an alternative file.
-
- 26 1月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
* make openssl rsa work with -engine chil * misc changes, including debug-linux-ppro Configure target and FORMAT_NETSCAPE-aware load_{,pub}key() This completes the application of his changes.
-
- 22 11月, 2001 1 次提交
-
-
由 Geoff Thorpe 提交于
released.
-
- 16 11月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
instead. This also makes it possible for users to simply give said shareable library as argument for the -engine option.
-