Log of /trunk/constants.c
Parent Directory
|
Revision Log
Revision
350 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 21 23:20:02 2012 UTC
(8 months ago)
by
mikem-guest
File length: 111602 byte(s)
Diff to
previous 321
Fixed problem reported by Mike Doherty: SSL_MODE_* are defined in ssl.h,
and should be available as constants, but I do not see them listed in constants.h
Revision
321 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Mar 21 02:22:34 2012 UTC
(14 months ago)
by
mikem-guest
File length: 110419 byte(s)
Diff to
previous 315
Fixed problems with regenerating scripts in Makefile.PL
Added missing dependencies for SSLeay.o to Makefile.PL
Revision
315 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 15 09:17:31 2012 UTC
(14 months, 1 week ago)
by
mikem-guest
File length: 111208 byte(s)
Diff to
previous 312
NEWLY INTRODUCED CONSTANTS:
- Net::SSLeay::ASN1_STRFLGS_ESC_CTRL
- Net::SSLeay::ASN1_STRFLGS_ESC_MSB
- Net::SSLeay::ASN1_STRFLGS_ESC_QUOTE
- Net::SSLeay::ASN1_STRFLGS_RFC2253
- Net::SSLeay::ERROR_WANT_ACCEPT
- Net::SSLeay::EVP_PKS_DSA
- Net::SSLeay::EVP_PKS_EC
- Net::SSLeay::EVP_PKS_RSA
- Net::SSLeay::EVP_PKT_ENC
- Net::SSLeay::EVP_PKT_EXCH
- Net::SSLeay::EVP_PKT_EXP
- Net::SSLeay::EVP_PKT_SIGN
- Net::SSLeay::EVP_PK_DH
- Net::SSLeay::EVP_PK_DSA
- Net::SSLeay::EVP_PK_EC
- Net::SSLeay::EVP_PK_RSA
- Net::SSLeay::MBSTRING_ASC
- Net::SSLeay::MBSTRING_BMP
- Net::SSLeay::MBSTRING_FLAG
- Net::SSLeay::MBSTRING_UNIV
- Net::SSLeay::MBSTRING_UTF8
- Net::SSLeay::OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION
- Net::SSLeay::OP_CISCO_ANYCONNECT
- Net::SSLeay::OP_CRYPTOPRO_TLSEXT_BUG
- Net::SSLeay::OP_LEGACY_SERVER_CONNECT
- Net::SSLeay::OP_NO_TLSv1_1
- Net::SSLeay::OP_NO_TLSv1_2
- Net::SSLeay::OP_SINGLE_ECDH_USE
- Net::SSLeay::OP_TLS_BLOCK_PADDING_BUG
- Net::SSLeay::X509V3_EXT_CTX_DEP
- Net::SSLeay::X509V3_EXT_DYNAMIC
- Net::SSLeay::X509V3_EXT_MULTILINE
- Net::SSLeay::X509_V_FLAG_CHECK_SS_SIGNATURE
- Net::SSLeay::X509_V_FLAG_EXTENDED_CRL_SUPPORT
- Net::SSLeay::X509_V_FLAG_POLICY_MASK
- Net::SSLeay::X509_V_FLAG_USE_DELTAS
- Net::SSLeay::X509_V_OK
- Net::SSLeay::XN_FLAG_COMPAT
- Net::SSLeay::XN_FLAG_DN_REV
- Net::SSLeay::XN_FLAG_DUMP_UNKNOWN_FIELDS
- Net::SSLeay::XN_FLAG_FN_ALIGN
- Net::SSLeay::XN_FLAG_FN_LN
- Net::SSLeay::XN_FLAG_FN_MASK
- Net::SSLeay::XN_FLAG_FN_NONE
- Net::SSLeay::XN_FLAG_FN_OID
- Net::SSLeay::XN_FLAG_FN_SN
- Net::SSLeay::XN_FLAG_MULTILINE
- Net::SSLeay::XN_FLAG_ONELINE
- Net::SSLeay::XN_FLAG_RFC2253
- Net::SSLeay::XN_FLAG_SEP_COMMA_PLUS
- Net::SSLeay::XN_FLAG_SEP_CPLUS_SPC
- Net::SSLeay::XN_FLAG_SEP_MASK
- Net::SSLeay::XN_FLAG_SEP_MULTILINE
- Net::SSLeay::XN_FLAG_SEP_SPLUS_SPC
- Net::SSLeay::XN_FLAG_SPC_EQ
Revision
312 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Mar 14 07:01:17 2012 UTC
(14 months, 1 week ago)
by
mikem-guest
File length: 97136 byte(s)
Diff to
previous 262
Constants cleanup - removing non existing constants (perhaps from pre-0.9.6 era) - kmx
Automatic constants.c generation via helper_script/regen_openssl_constants.pl - kmx
Future changes in constants now under better control via t/local/21_constants.t - kmx
Revision
262 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Apr 18 23:44:37 2010 UTC
(3 years, 1 month ago)
by
mikem-guest
File length: 64844 byte(s)
Diff to
previous 242
Added suport for SSL_CTX_set1_param, SSL_set1_param,
selected X509_VERIFY_PARAM_* OBJ_* functions. Added new test
t/local/36_verify.t
Revision
242 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 23 21:32:20 2009 UTC
(4 years, 2 months ago)
by
mikem-guest
File length: 61357 byte(s)
Diff to
previous 215
Added constants RECEIVED_SHUTDOWN and SENT_SHUTDOWN with a patch from MARTIJN.
Revision
200 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 4 07:41:40 2007 UTC
(5 years, 8 months ago)
by
mikem-guest
File length: 37037 byte(s)
Diff to
previous 178
- Fixed a compile problem with inc_paths /usr/kerberos/include
in inc/Module/Install/PRIVATE/Net/SSLeay.pm. Reported by "J. Nick
Koston via RT"
Revision
169 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 14 21:24:31 2006 UTC
(6 years, 8 months ago)
by
florian-guest
File length: 35205 byte(s)
Diff to
previous 164
r2416@ata: rafl | 2006-09-14 23:23:57 +0200
* Added more constant/autoload tests.
Revision
164 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 14 17:25:00 2006 UTC
(6 years, 8 months ago)
by
florian-guest
File length: 35132 byte(s)
Diff to
previous 124
r2406@ata: rafl | 2006-09-14 19:24:54 +0200
* Added bindings for the RSA_3 and RSA_F4 constants to be used as the public
exponent in RSA_generate_key.
Revision
124 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Added
Thu Jul 20 11:39:28 2006 UTC
(6 years, 10 months ago)
by
florian-guest
File length: 34955 byte(s)
r264@ata: rafl | 2006-07-20 12:52:20 +0200
* Moved constants to constants.c and include it in SSLeay.xs.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.