- 09 5月, 2005 1 次提交
-
-
由 Bodo Möller 提交于
during "make errors" and thus during "make update". Fix lots of bugs that util/ck_errf.pl can detect automatically. Various others of these are still left to fix; that's why "make update" will complain loudly when run now.
-
- 12 4月, 2005 1 次提交
-
-
由 Dr. Stephen Henson 提交于
at runtime.
-
- 18 1月, 2005 1 次提交
-
-
由 Richard Levitte 提交于
- Enforce that there should be no policy settings when the language is one of id-ppl-independent or id-ppl-inheritAll. - Add functionality to ssltest.c so that it can process proxy rights and check that they are set correctly. Rights consist of ASCII letters, and the condition is a boolean expression that includes letters, parenthesis, &, | and ^. - Change the proxy certificate configurations so they get proxy rights that are understood by ssltest.c. - Add a script that tests proxy certificates with SSL operations. Other changes: - Change the copyright end year in mkerr.pl. - make update.
-
- 05 12月, 2004 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 04 4月, 2003 2 次提交
-
-
由 Richard Levitte 提交于
we only check to the opening parenthesis anyway...
-
由 Richard Levitte 提交于
-
- 07 2月, 2003 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Nils Larsch Reviewed by: Bodo Moeller
-
- 14 2月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Nils Larsch <nla@trustcenter.de>
-
- 08 2月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 25 1月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
-
- 16 11月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
files.
-
- 10 5月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 08 3月, 2001 2 次提交
-
-
由 Bodo Möller 提交于
Change mkerr.pl so that it puts the ERR_load_..._strings() prototype in header files that it writes.
-
由 Bodo Möller 提交于
-
- 21 2月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-
- 09 11月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
away now...
-
- 24 7月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
has helped me a bit when I ran into trouble.
-
- 19 5月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 05 3月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 23 12月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 22 6月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
be explicitly stated with PKCS#7 verify. Also fix for util/mkerr.pl: if the -nostatic option is being used this will be for an external library so the autogenerated C file should include the header file as: #include "any/path/to/header.h" rather than the internal library form: #include <openssl/header.h>
-
- 25 4月, 1999 2 次提交
-
-
由 Dr. Stephen Henson 提交于
also add a few missing prototypes.
-
由 Dr. Stephen Henson 提交于
a -write option is needed to actually change anything. Second attempt at getting rid of ERR, ERRC definitions: it might even work this time :-)
-
- 24 4月, 1999 3 次提交
-
-
由 Dr. Stephen Henson 提交于
to error code script: it can now find untranslatable function codes (usually because the function is static and not defined in a header: occasionally because of a typo...) and unreferenced function and reason codes. To see this try: perl util/mkerr.pl -recurse -debug Also fixed some typos in crypto/pkcs12 that this found :-) Also tidy up some error calls that had to be all on one line: the old error script couldn't find codes unless the call was all on one line.
-
由 Ulf Möller 提交于
my code.
-
由 Dr. Stephen Henson 提交于
script, translates function codes better and doesn't need the K&R function prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are still needed by the DEF generator...). I also ran the script with the -rewrite option to update all the header and source files.
-