/[net-ssleay]/trunk/Changes
ViewVC logotype

Log of /trunk/Changes

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 343 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 26 01:45:26 2012 UTC (12 months, 3 weeks ago) by mikem-guest
File length: 33882 byte(s)
Diff to previous 342
Fixed problem where on some platforms test t/local/07_tcpecho.t would
     bail out if it could not bind port 1212. Now now tries a number of ports to bind to until
     successful.


Revision 342 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 25 07:00:45 2012 UTC (12 months, 3 weeks ago) by mikem-guest
File length: 33683 byte(s)
Diff to previous 341
Version 1.48


Revision 341 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 23 06:23:38 2012 UTC (12 months, 3 weeks ago) by mikem-guest
File length: 33672 byte(s)
Diff to previous 340
t/local/06_tcpecho.t now tries a number of ports to bind to until
     successful.


Revision 340 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 15 00:18:48 2012 UTC (13 months ago) by mikem-guest
File length: 33584 byte(s)
Diff to previous 339
     In examples and pod documentations, changed #!/usr/local/bin/perl to #!/usr/bin/perl.



Revision 339 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 5 21:38:16 2012 UTC (13 months, 2 weeks ago) by mikem-guest
File length: 33493 byte(s)
Diff to previous 338
Minor edit in Changes


Revision 338 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 5 21:37:24 2012 UTC (13 months, 2 weeks ago) by mikem-guest
File length: 33507 byte(s)
Diff to previous 337
     Fixed problem that caused Undefined subroutine utf8::encode @
     t/local/33_x509_create_cert.t (on perl 5.6.2)


Revision 337 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 4 21:21:05 2012 UTC (13 months, 2 weeks ago) by mikem-guest
File length: 33389 byte(s)
Diff to previous 336
     Removed unneeded Debian_CPANTS.txt from MANIFEST.
     Fixed incorrect documentation about the best way to callsample code about
     calling CTX_set_options.


Revision 336 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 4 00:49:34 2012 UTC (13 months, 2 weeks ago) by mikem-guest
File length: 33208 byte(s)
Diff to previous 335
     Fixed overlong lines in pod, patch from Salvatore Bonaccorso, Debian Perl
     Group
     Fixed spelling errors in pod, patch from Salvatore Bonaccorso, Debian Perl
     Group
     Fixed extra "garbage" files in 1.46 tarball. Patch from kmx.
     Fixed incorrect fail reports on some 64 bit platforms. Patch from paul.
     Fix to avoid FAIL reports from cpantesters with missing openssl
     Use my_snprintf from ppport.h to prevent link failures with perl 5.8 and
     earlier when compiled with MSVC.


Revision 335 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 2 21:14:49 2012 UTC (13 months, 2 weeks ago) by mikem-guest
File length: 32693 byte(s)
Diff to previous 334
rev 1.46


Revision 334 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 2 08:38:39 2012 UTC (13 months, 2 weeks ago) by mikem-guest
File length: 32689 byte(s)
Diff to previous 333
     Fixed some compiler warnings. Courtesy kmx.
     Fixed a problem with Win32 detection. Courtesy kmx.


Revision 333 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 28 21:26:23 2012 UTC (13 months, 3 weeks ago) by mikem-guest
File length: 32583 byte(s)
Diff to previous 332
     Added NPN support, thanks to kmx
     Added t/local/40_npn_support.t tests for new NPN support
     - Net::SSLeay::CTX_set_next_protos_advertised_cb
     - Net::SSLeay::CTX_set_next_proto_select_cb
     - Net::SSLeay::P_next_proto_negotiated
     - Net::SSLeay::P_next_proto_last_status


Revision 332 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 28 21:01:30 2012 UTC (13 months, 3 weeks ago) by mikem-guest
File length: 32291 byte(s)
Diff to previous 331
     Fixed a problem with crashing when run under apache2+modssl+modperl on
     Debian Wheezy. Now detects if it is running under ModPerl and uses ModSSLs
     thread locking instead.
     Added more debg printing. Enable with
     	   perl Makefile.PL DEFINE=-DSHOW_XS_DEBUG


Revision 331 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 28 10:50:08 2012 UTC (13 months, 3 weeks ago) by mikem-guest
File length: 32014 byte(s)
Diff to previous 330
Better prevention of leaking SVs in the new callback stuff
     Debug messages in SSLeay.xs can be enabled by: perl Makefile.PL DEFINE=-DSHOW_XS_DEBUG
     Fixing X509_NAME_oneline (calling OPENSSL_free at the right place)



Revision 330 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 28 08:29:32 2012 UTC (13 months, 3 weeks ago) by mikem-guest
File length: 31786 byte(s)
Diff to previous 329
Fixed pod parsing errors reported by Olivier Mengué


Revision 329 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 27 08:16:44 2012 UTC (13 months, 3 weeks ago) by mikem-guest
File length: 31729 byte(s)
Diff to previous 328
Major patch to refactor callback code to make it more extensible and
     remove duplicate code. Thanks to kmx.
     Fixed a problem in  t/local/07_sslecho.t when running on 
     openssl-0.9.6


Revision 328 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 22 23:15:09 2012 UTC (13 months, 3 weeks ago) by mikem-guest
File length: 31529 byte(s)
Diff to previous 326
Fix for serial number issue.


Revision 326 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 22 09:51:24 2012 UTC (13 months, 4 weeks ago) by mikem-guest
File length: 31466 byte(s)
Diff to previous 325
Added Net::SSLeay::X509_verify::set_tlsext_host_name


Revision 325 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 22 09:45:00 2012 UTC (13 months, 4 weeks ago) by mikem-guest
File length: 31412 byte(s)
Diff to previous 323
Added      - Net::SSLeay::P_PKCS12_load_file


Revision 323 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 22 05:50:40 2012 UTC (13 months, 4 weeks ago) by mikem-guest
File length: 31373 byte(s)
Diff to previous 322
Fixed calling convention for Net::SSLeay::get_shared_ciphers + test + doc
update


Revision 322 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 21 12:16:08 2012 UTC (13 months, 4 weeks ago) by mikem-guest
File length: 31287 byte(s)
Diff to previous 321
Added missing test files to svn


Revision 321 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 21 02:22:34 2012 UTC (13 months, 4 weeks ago) by mikem-guest
File length: 31250 byte(s)
Diff to previous 320
     Fixed problems with regenerating scripts in Makefile.PL
     Added missing dependencies for SSLeay.o to Makefile.PL


Revision 320 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 21 00:33:49 2012 UTC (13 months, 4 weeks ago) by mikem-guest
File length: 31248 byte(s)
Diff to previous 319
     Removed MANIFEST from svn, improve possibility to use Module::Install in Net-SSleay 
     distribution in usual way. new target for make manifest
     Fix 2 issues with CTX_use_PKCS12_file
      1/ leaking memory - missing EVP_PKEY_free + X509_free
      2/ pkcs12 filesize limitation


Revision 319 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 20 23:40:33 2012 UTC (13 months, 4 weeks ago) by mikem-guest
File length: 30958 byte(s)
Diff to previous 318
     NEWLY INTRODUCED FUNCTIONS:
     - Net::SSLeay::ASN1_INTEGER_free
     - Net::SSLeay::ASN1_INTEGER_get
     - Net::SSLeay::ASN1_INTEGER_new
     - Net::SSLeay::ASN1_INTEGER_set
     - Net::SSLeay::EVP_PKEY_assign_RSA
     - Net::SSLeay::EVP_PKEY_bits
     - Net::SSLeay::EVP_PKEY_free
     - Net::SSLeay::EVP_PKEY_new
     - Net::SSLeay::EVP_PKEY_size
     - Net::SSLeay::EVP_get_cipherbyname
     - Net::SSLeay::OPENSSL_add_all_algorithms_conf
     - Net::SSLeay::OPENSSL_add_all_algorithms_noconf
     - Net::SSLeay::OpenSSL_add_all_algorithms
     - Net::SSLeay::PEM_get_string_PrivateKey
     - Net::SSLeay::PEM_get_string_X509_CRL
     - Net::SSLeay::PEM_get_string_X509_REQ
     - Net::SSLeay::PEM_read_bio_PrivateKey
     - Net::SSLeay::PEM_read_bio_X509
     - Net::SSLeay::PEM_read_bio_X509_REQ
     - Net::SSLeay::P_ASN1_INTEGER_get_dec
     - Net::SSLeay::P_ASN1_INTEGER_get_hex
     - Net::SSLeay::P_ASN1_INTEGER_set_dec
     - Net::SSLeay::P_ASN1_INTEGER_set_hex
     - Net::SSLeay::P_ASN1_STRING_get
     - Net::SSLeay::P_X509_CRL_add_revoked_serial_hex
     - Net::SSLeay::P_X509_CRL_get_serial
     - Net::SSLeay::P_X509_CRL_set_serial
     - Net::SSLeay::P_X509_REQ_add_extensions
     - Net::SSLeay::P_X509_REQ_get_attr
     - Net::SSLeay::P_X509_add_extensions
     - Net::SSLeay::P_X509_copy_extensions
     - Net::SSLeay::P_X509_get_crl_distribution_points
     - Net::SSLeay::P_X509_get_ext_key_usage
     - Net::SSLeay::P_X509_get_key_usage
     - Net::SSLeay::P_X509_get_netscape_cert_type
     - Net::SSLeay::P_X509_get_pubkey_alg
     - Net::SSLeay::P_X509_get_signature_alg
     - Net::SSLeay::X509V3_EXT_print
     - Net::SSLeay::X509_CRL_digest
     - Net::SSLeay::X509_CRL_free
     - Net::SSLeay::X509_CRL_get_issuer
     - Net::SSLeay::X509_CRL_get_lastUpdate
     - Net::SSLeay::X509_CRL_get_nextUpdate
     - Net::SSLeay::X509_CRL_get_version
     - Net::SSLeay::X509_CRL_new
     - Net::SSLeay::X509_CRL_set_issuer_name
     - Net::SSLeay::X509_CRL_set_lastUpdate
     - Net::SSLeay::X509_CRL_set_nextUpdate
     - Net::SSLeay::X509_CRL_set_version
     - Net::SSLeay::X509_CRL_sign
     - Net::SSLeay::X509_CRL_sort
     - Net::SSLeay::X509_CRL_verify
     - Net::SSLeay::X509_EXTENSION_get_critical
     - Net::SSLeay::X509_EXTENSION_get_data
     - Net::SSLeay::X509_EXTENSION_get_object
     - Net::SSLeay::X509_NAME_ENTRY_get_data
     - Net::SSLeay::X509_NAME_ENTRY_get_object
     - Net::SSLeay::X509_NAME_add_entry_by_NID
     - Net::SSLeay::X509_NAME_add_entry_by_OBJ
     - Net::SSLeay::X509_NAME_add_entry_by_txt
     - Net::SSLeay::X509_NAME_cmp
     - Net::SSLeay::X509_NAME_digest
     - Net::SSLeay::X509_NAME_entry_count
     - Net::SSLeay::X509_NAME_get_entry
     - Net::SSLeay::X509_NAME_print_ex
     - Net::SSLeay::X509_REQ_add1_attr_by_NID
     - Net::SSLeay::X509_REQ_digest
     - Net::SSLeay::X509_REQ_free
     - Net::SSLeay::X509_REQ_get_attr_by_NID
     - Net::SSLeay::X509_REQ_get_attr_by_OBJ
     - Net::SSLeay::X509_REQ_get_attr_count
     - Net::SSLeay::X509_REQ_get_pubkey
     - Net::SSLeay::X509_REQ_get_subject_name
     - Net::SSLeay::X509_REQ_get_version
     - Net::SSLeay::X509_REQ_new
     - Net::SSLeay::X509_REQ_set_pubkey
     - Net::SSLeay::X509_REQ_set_subject_name
     - Net::SSLeay::X509_REQ_set_version
     - Net::SSLeay::X509_REQ_sign
     - Net::SSLeay::X509_REQ_verify
     - Net::SSLeay::X509_certificate_type
     - Net::SSLeay::X509_digest
     - Net::SSLeay::X509_get_ext_count
     - Net::SSLeay::X509_get_pubkey
     - Net::SSLeay::X509_get_serialNumber
     - Net::SSLeay::X509_get_version
     - Net::SSLeay::X509_issuer_and_serial_hash
     - Net::SSLeay::X509_issuer_name_hash
     - Net::SSLeay::X509_new
     - Net::SSLeay::X509_pubkey_digest
     - Net::SSLeay::X509_set_issuer_name
     - Net::SSLeay::X509_set_pubkey
     - Net::SSLeay::X509_set_serialNumber
     - Net::SSLeay::X509_set_subject_name
     - Net::SSLeay::X509_set_version
     - Net::SSLeay::X509_sign
     - Net::SSLeay::X509_subject_name_hash
     - Net::SSLeay::X509_verify
     - Net::SSLeay::d2i_X509_CRL_bio
     - Net::SSLeay::d2i_X509_REQ_bio
     - Net::SSLeay::d2i_X509_bio
     Fixed a problem with multiple Safefree of GLOBAL_openssl_mutex when run
     under apache2+mod_perl on recent Debain distros. Removed END and
     openssl_threads_cleanup() since they can be called during thread
     destruction, and not necessarily at process exit time.
     Added missing helper_script/regen_openssl_constants.pl to MANIFEST. Add
     MANIFEST to svn.
     Fixed reported errors about try to plan twice in 21_constants.t on some
     platforms.


Revision 318 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 20 22:20:02 2012 UTC (13 months, 4 weeks ago) by mikem-guest
File length: 26703 byte(s)
Diff to previous 317
Added missing helper_script/regen_openssl_constants.pl to MANIFEST. Add
MANIFEST to svn.


Revision 317 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 20 22:18:19 2012 UTC (13 months, 4 weeks ago) by mikem-guest
File length: 26609 byte(s)
Diff to previous 316
Fixed a problem with multiple Safefree of GLOBAL_openssl_mutex when run
     under apache2+mod_perl on recent Debain distros. Removed END and
     openssl_threads_cleanup() since they can be called during thread
     destruction, and not necessarily at process exit time.


Revision 316 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 18 07:22:32 2012 UTC (14 months ago) by mikem-guest
File length: 26332 byte(s)
Diff to previous 315
A number of tests were present in svn, but missing from MANIFEST, and
     were therefore not included in the dist. Added.


Revision 315 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 15 09:17:31 2012 UTC (14 months ago) by mikem-guest
File length: 26204 byte(s)
Diff to previous 314
     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 314 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 14 21:51:19 2012 UTC (14 months ago) by mikem-guest
File length: 24091 byte(s)
Diff to previous 313
Reordering @EXPORT_OK (constants first, functions next) - kmx
     Adding missing 51 constants to @EXPORT_OK + test to keep it in sync - kmx
     Instructions "howto add new constant" added to helper_script/regen_openssl_constants.pl - kmx



Revision 313 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 14 09:38:02 2012 UTC (14 months ago) by mikem-guest
File length: 23846 byte(s)
Diff to previous 312
Added missing new files


Revision 312 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 14 07:01:17 2012 UTC (14 months ago) by mikem-guest
File length: 23812 byte(s)
Diff to previous 311
     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 311 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 13 21:25:53 2012 UTC (14 months ago) by mikem-guest
File length: 23541 byte(s)
Diff to previous 310
Updated META.yml to include repository and bugtracker


Revision 310 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 12 22:02:14 2012 UTC (14 months, 1 week ago) by mikem-guest
File length: 23482 byte(s)
Diff to previous 308
Fixed typo: the word "corresponding" was mis-spelled as "coresponding"
       throughout the POD. Patched by kmx.


Revision 308 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 12 21:58:43 2012 UTC (14 months, 1 week ago) by mikem-guest
File length: 23337 byte(s)
Diff to previous 307
Recreated META.yml


Revision 307 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 2 22:18:38 2012 UTC (14 months, 2 weeks ago) by mikem-guest
File length: 23312 byte(s)
Diff to previous 305
Fixed a problem reported by Atoomic: 
      When bootstrapping Net::SSleay ( with DynaLoader ) if you override the SIG{DIE} signal, using 
      Net::SSLeay will result in an error.


Revision 305 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 24 22:20:07 2012 UTC (14 months, 3 weeks ago) by mikem-guest
File length: 23111 byte(s)
Diff to previous 304
Added mising doc for SESSION_cmp. Patch by paul.


Revision 304 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 24 21:43:28 2012 UTC (14 months, 3 weeks ago) by mikem-guest
File length: 23040 byte(s)
Diff to previous 303
Added missing t/data/binary-test.file to MANIFEST


Revision 303 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 16 02:51:52 2012 UTC (15 months ago) by mikem-guest
File length: 22959 byte(s)
Diff to previous 302
Removed 2 unnecessary 'local $[;' from SSLeay.pm


Revision 302 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 15 21:57:08 2012 UTC (15 months ago) by mikem-guest
File length: 22900 byte(s)
Diff to previous 301
Further documentation in pod. Courtesy kmx.
    Small fixes to XS code + one new trivial function SSL_CIPHER_get_name
    And one more thing - 02_pod_coverage.t is turned ON passing all tests - 
    never ever allow a new function without at least a short doc. Courtesy
    kmx.


Revision 301 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 15 01:21:37 2012 UTC (15 months ago) by mikem-guest
File length: 22674 byte(s)
Diff to previous 299
Fixed some incorrect return types from SSL_set_options
    SSL_CTX_set_options. Courtesy kmx.
    Further documentation in pod. Courtesy kmx.


Revision 299 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 9 23:13:26 2012 UTC (15 months, 1 week ago) by mikem-guest
File length: 22471 byte(s)
Diff to previous 298
 Moved documentation to new lib/Net/SSLeay.pod. Courtesy kmx.


Revision 298 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 9 21:37:45 2012 UTC (15 months, 1 week ago) by mikem-guest
File length: 22406 byte(s)
Diff to previous 297
   Added documentation for many CTX_ functions. Courtesy kmx.
    Fixed mionor typos in SSLeay.xs. Courtesy kmx.


Revision 297 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 9 09:50:38 2012 UTC (15 months, 1 week ago) by mikem-guest
File length: 22291 byte(s)
Diff to previous 295
    Removed debug from P_ASN1_TIME_get_isotime. Courtesy kmx.
    Remove unnecessary warnings about Random number generator not
    seeded. Courtesy kmx.
    Fixed an error in 04_basic.t triggered if Test::Exception not presnt.


Revision 295 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 8 07:11:01 2012 UTC (15 months, 1 week ago) by mikem-guest
File length: 22063 byte(s)
Diff to previous 294
Added various digest functions, documentation and tests


Revision 294 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 8 06:56:49 2012 UTC (15 months, 1 week ago) by mikem-guest
File length: 21369 byte(s)
Diff to previous 293
 Added t/local/37_asn1_time.t


Revision 293 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 7 23:36:12 2012 UTC (15 months, 1 week ago) by mikem-guest
File length: 21334 byte(s)
Diff to previous 292
Further improvements to testing time functions


Revision 292 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 7 22:51:09 2012 UTC (15 months, 1 week ago) by mikem-guest
File length: 21279 byte(s)
Diff to previous 291
Fixed a problem with set_proxy where the password was not properly
    set. The code to do this went missing at some stage. Reported by Ulrich
    Weber via RT.


Revision 291 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 5 22:40:05 2012 UTC (15 months, 1 week ago) by mikem-guest
File length: 20723 byte(s)
Diff to previous 290
Improvements to openssl backwards compatibility. Now build with versions
    back to 0.9.6. With extreme thanks to kmx.
    Improvements to documentation, thanks to kmx.


Revision 290 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 4 00:12:41 2012 UTC (15 months, 2 weeks ago) by mikem-guest
File length: 20548 byte(s)
Diff to previous 288
    Added thread safety and dynamic locking. This should complete thread
    safety work, making Net::SSLay completely thread-safe. Patches by kind
    assistance of kmx.


Revision 288 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 30 21:48:47 2012 UTC (15 months, 2 weeks ago) by mikem-guest
File length: 20627 byte(s)
Diff to previous 287
    Fixed a problem with CTX_use_PKCS12_file on Windows, since the file was
    not opened in binary mode. Reported by kmx.
    Added resources line for SVN repository to Makefile. Suggested by kmx.
    Fixed complaints unders some windows compilers about cast from pointer to integer of
    different size. Suggested by xmx.


Revision 287 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 28 01:17:37 2012 UTC (15 months, 3 weeks ago) by mikem-guest
File length: 20306 byte(s)
Diff to previous 284
    Patch from kmx to add reentrancy protection for callbacks in
    multithreading.
    Updated ppport.h, fixed some complaints from ppport.h


Revision 284 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 26 22:30:44 2012 UTC (15 months, 3 weeks ago) by mikem-guest
File length: 20163 byte(s)
Diff to previous 283
Patch from kmx to protect SSLeay_add_ssl_algorithms from multiple loads
    and reentrancy in multi-threaded perls.


Revision 283 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 21 23:29:29 2012 UTC (15 months, 4 weeks ago) by mikem-guest
File length: 20043 byte(s)
Diff to previous 282
    SSLeay.pm convenience functions now call Net::SSLeay::initialize that
    initializes the SSL library at most once. Added requirement for
    multi-threaded apps that use get_https and similar SSLeay convenience functions to
    call Net::SSLeay::initialize before threading starts. This is due to the
    fact that the SSL initilization functions are non-reentrant.
  

Revision 282 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 4 09:28:57 2011 UTC (19 months, 2 weeks ago) by mikem-guest
File length: 19666 byte(s)
Diff to previous 281
 Fixed some typos. Patched by Neil Bowers.


Revision 281 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 3 06:24:48 2011 UTC (19 months, 2 weeks ago) by mikem-guest
File length: 19613 byte(s)
Diff to previous 280
Fixed a a compile error when building on Windows with MSVC6. reported and
    patched by "Andrew J. Savige via RT".

Revision 280 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 25 21:23:48 2011 UTC (19 months, 3 weeks ago) by mikem-guest
File length: 19477 byte(s)
Diff to previous 279
    Fixed incorrect letter in Sebastien in Credits. Patch by Neil Bowers.
    Reversed order of the Changes file to be reverse chronological. Patch by
    Neil Bowers.


Revision 279 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 24 22:45:01 2011 UTC (19 months, 3 weeks ago) by mikem-guest
File length: 18456 byte(s)
Diff to previous 278
Fixed incorrect documentation of how to enable CRL checking. Patched
	by Steffen_Ullrich.


Revision 278 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 24 22:09:06 2011 UTC (19 months, 3 weeks ago) by mikem-guest
File length: 18358 byte(s)
Diff to previous 277
	Fixed incorrect const signatures for 1.0 that were causing warnings. 
	Patches provided by "Douglas
	Christopher Wilson via RT". Now have clean compile with 0.9.8a through
	1.0.0.


Revision 277 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 23 21:02:54 2011 UTC (19 months, 3 weeks ago) by mikem-guest
File length: 18271 byte(s)
Diff to previous 276
Fixed incorrect const signatures for 1.0. Patch provided by "Douglas
	Christopher Wilson via RT".


Revision 276 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 23 02:40:02 2011 UTC (19 months, 3 weeks ago) by mikem-guest
File length: 18162 byte(s)
Diff to previous 275
	Fixed incorrect argument type in call to SSL_set1_param
	Fixed a number of issues with pointer sizes, patched by "Douglas
	Christopher Wilson via RT". Removed redundant pointer cast tests from t/
	Added Perl version requirements to SSLeay.pm


Revision 275 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 16 11:50:12 2011 UTC (20 months ago) by mikem-guest
File length: 17778 byte(s)
Diff to previous 274
- Fixed a problem with  various symbols that only became
	available in OpenSSL 0.9.8 such as X509_VERIFY_PARAM and
	X509_POLICY_NODE, causing build failures with older versions of
	OpenSSL. Patched by paul.


Revision 274 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 15 22:24:07 2011 UTC (20 months ago) by mikem-guest
File length: 17552 byte(s)
Diff to previous 273
Version 1.37


Revision 273 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 25 20:52:27 2011 UTC (21 months, 3 weeks ago) by mikem-guest
File length: 17546 byte(s)
Diff to previous 272
Added CTX_use_PKCS12_file contributed by "Andrew A. Budkin".


Revision 272 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 1 22:34:17 2011 UTC (23 months, 2 weeks ago) by mikem-guest
File length: 17476 byte(s)
Diff to previous 271
Removed SSL_CTX_v2_new and SSLv2_method() for OpenSSL 1.0 and later.


Revision 271 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 29 22:40:28 2011 UTC (2 years ago) by mikem-guest
File length: 17396 byte(s)
Diff to previous 269
Fixed a problem where sslcat (and possibly other functions) expect RSA keys
and will not load DSA keys for client certificates. Reported and
patched by "Jesse DeFer via RT"


Revision 269 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 22 20:52:40 2011 UTC (2 years, 1 month ago) by mikem-guest
File length: 17219 byte(s)
Diff to previous 268
Added further documentation about SSLCAT_S and thread safety, at the request
of Brendan.


Revision 268 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 11 05:02:02 2011 UTC (2 years, 3 months ago) by mikem-guest
File length: 17219 byte(s)
Diff to previous 267
Update so net-ssleay will compile if SSLV2 is not present. Patch
        from Chris Butler.


Revision 267 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 20 20:27:44 2011 UTC (2 years, 3 months ago) by mikem-guest
File length: 17132 byte(s)
Diff to previous 263
 Fixed an uninitialized value warning in $Net::SSLeay::proxyauth,
	reported by Andrey Rikov.


Revision 263 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 22 11:29:02 2010 UTC (3 years ago) by mikem-guest
File length: 17037 byte(s)
Diff to previous 262
Fixed minor compile errors on Win64


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: 16926 byte(s)
Diff to previous 261
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 261 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 14 01:41:57 2010 UTC (3 years, 3 months ago) by mikem-guest
File length: 16786 byte(s)
Diff to previous 258
Added X509_get_fingerprint, contributed by Thierry Walrant (with
	minor changes die to the fact that stricmp is not avialable. Cert
	types must be lowercase. Also added test to 07_sslecho.t



Revision 258 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 30 21:13:47 2010 UTC (3 years, 3 months ago) by florian-guest
File length: 16588 byte(s)
Diff to previous 256
Some changelog improvements, mostly adding references to rt tickets.

Revision 256 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 16 05:13:46 2009 UTC (3 years, 7 months ago) by mikem-guest
File length: 16305 byte(s)
Diff to previous 255
added RIPEMD160 digest function.  Patch provided by dkg.


Revision 255 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 31 21:27:46 2009 UTC (3 years, 8 months ago) by mikem-guest
File length: 16244 byte(s)
Diff to previous 254
Improved OpenSSL detection on Win32/strawberry perl. Patch provided
	by kmx.


Revision 254 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 26 21:59:58 2009 UTC (3 years, 8 months ago) by mikem-guest
File length: 16164 byte(s)
Diff to previous 253
- Fixed a typo reported by "Dan Dascalescu via RT"


Revision 253 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 24 02:22:38 2009 UTC (3 years, 8 months ago) by mikem-guest
File length: 16074 byte(s)
Diff to previous 252
Fixed compile problems with openssl-0.9.7 and earlier with undefined
	symbol EVP_sha256. Reported by paul [...] city-fan.org.


Revision 252 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 22 01:12:32 2009 UTC (3 years, 8 months ago) by mikem-guest
File length: 15983 byte(s)
Diff to previous 250
 Fixed compile problems with openssl-1.0.0-beta3 due to MD2 now being
	optional. Reported by paul [...] city-fan.org.


Revision 250 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 3 21:55:03 2009 UTC (3 years, 9 months ago) by mikem-guest
File length: 15862 byte(s)
Diff to previous 249
Patch to permit compile and testing on OS/2 submitted by Ilya Zakharevich.


Revision 249 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 26 21:52:00 2009 UTC (3 years, 9 months ago) by mikem-guest
File length: 15784 byte(s)
Diff to previous 247
Updated Changes to document previous update


Revision 247 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 3 05:58:11 2009 UTC (3 years, 10 months ago) by mikem-guest
File length: 15647 byte(s)
Diff to previous 246
Fixed a compile problem in t/local/ptr_cast_test.c for some gcc
	versions. Reported by "Ryan McGuigan via RT".


Revision 246 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 9 01:04:16 2009 UTC (4 years ago) by mikem-guest
File length: 15533 byte(s)
Diff to previous 245
Fixed a build problem reported by SISYPHUS:
	On Windows Vista64, ActivePerl 5.10.0 (build 1004, x64), running 'nmake 
	test', the process hangs forever when it comes to building the test 
	executable (as the executable fails to build).


Revision 245 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 21 23:14:17 2009 UTC (4 years ago) by mikem-guest
File length: 15294 byte(s)
Diff to previous 243
- Various changes to build with OpenSSL 1.0 beta1:
SSL_SESSION_cmp has been removed
return type of SSL_CTX_sessions changed in an ugly way
- 07_ssl_echo.t verify callbacks are called twice, with ok = 0 then ok = 1


Revision 243 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 24 21:22:26 2009 UTC (4 years, 1 month ago) by mikem-guest
File length: 15076 byte(s)
Diff to previous 238
Patches from "Martijn van Beers via RT" to add SSL_SENT_SHUTDOWN 
	and SSL_RECEIVED_SHUTDOWN, remove broken URLs,
	and to fix some documentation issues.


Revision 238 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 3 00:37:42 2009 UTC (4 years, 4 months ago) by mikem-guest
File length: 14920 byte(s)
Diff to previous 237
Added EVP_add_digest and EVP_sha256 (if available)


Revision 237 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 4 22:37:14 2008 UTC (4 years, 5 months ago) by mikem-guest
File length: 14866 byte(s)
Diff to previous 236
Added SSL_CTX_get_client_CA_list sk_X509_NAME_free sk_X509_NAME_num
	sk_X509_NAME_value SSL_get_client_CA_list, from patch provided by
	Joerg Schneider


Revision 236 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 24 05:08:41 2008 UTC (4 years, 5 months ago) by mikem-guest
File length: 14711 byte(s)
Diff to previous 235
SSL_set_session_secret_cb required for EAP-FAST is now enabled for both 
	SSL_F_SSL_SET_HELLO_EXTENSION and
	SSL_F_SSL_SET_SESSION_TICKET_EXT. The name of this #define
	changed after 0.9.8i. SSL_set_hello_extension is not available after
	0.9.8i.


Revision 235 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 22 07:53:35 2008 UTC (4 years, 6 months ago) by mikem-guest
File length: 14461 byte(s)
Diff to previous 229
Fix problems with building on GNU/kFreeBSD, to do with use of pack
	instread of sockaddr_in. Patched by Debian Perl Group.


Revision 229 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 24 22:11:40 2008 UTC (4 years, 9 months ago) by florian-guest
File length: 14330 byte(s)
Diff to previous 225
Changelogging for 1.35.

Revision 225 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 24 01:14:59 2008 UTC (4 years, 9 months ago) by florian-guest
File length: 14183 byte(s)
Diff to previous 224
Changelogging for 1.34.

Revision 224 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 26 23:45:57 2008 UTC (4 years, 10 months ago) by mikem-guest
File length: 14170 byte(s)
Diff to previous 223
Added support for ENGINE_by_id and ENGINE_set_default, required
	to enable Sun crypto acceleration


Revision 223 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 29 01:02:58 2008 UTC (5 years ago) by mikem-guest
File length: 14068 byte(s)
Diff to previous 222
Added support for ENGINE_load_builtin_engines and
ENGINE_register_all_complete in order to enable built-in OpenSSL
crypto engines for hardware acceleration etc.


Revision 222 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 19 23:22:57 2008 UTC (5 years, 3 months ago) by mikem-guest
File length: 13901 byte(s)
Diff to previous 219
Fixed problem with X509_get_subjectAltNames, where some types of Alt
	Name (eg DIRNAMEs) were not properly handled, resulting in seg faults.
	Reported by Achim Grolms.


Revision 219 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 14 13:27:24 2008 UTC (5 years, 3 months ago) by florian-guest
File length: 13729 byte(s)
Diff to previous 217
Default to not running external tests.

Revision 217 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 14 13:24:43 2008 UTC (5 years, 3 months ago) by florian-guest
File length: 13687 byte(s)
Diff to previous 214
Changelogging.

Revision 214 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 14 13:23:57 2008 UTC (5 years, 3 months ago) by florian-guest
File length: 13678 byte(s)
Diff to previous 206
Changelogging for 1.33_01.

Revision 206 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 2 22:38:00 2008 UTC (5 years, 4 months ago) by mikem-guest
File length: 13595 byte(s)
Diff to previous 205
Fixed doucumentation in README of how to use OPENSSL_PREFIX
	environment variable to control the location of openssl. Reported by 
	"Quanah Gibson-Mount via RT".


Revision 205 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 7 21:48:58 2007 UTC (5 years, 6 months ago) by mikem-guest
File length: 13430 byte(s)
Diff to previous 204
	- removed bacus.pt from host list in t/handle/external/10_destroy.t,
	since it seems no longer to respond. Reported by tco2.
	- changed t/handle/external/10_destroy.t so this list of URIs to be
	tested can be configured with environment variable SSLEAY_URIS, a
	colon separated list of host names. Suggested by tco2.
	- changed t/handle/external/50_external.t and t/external/08_external.t 
	so this list of sites to be
	tested can be configured with environment variable SSLEAY_SITES, a
	colon separated list of host names. Suggested by tco2.


Revision 204 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 21 02:49:36 2007 UTC (5 years, 7 months ago) by mikem-guest
File length: 12886 byte(s)
Diff to previous 203
Fixed missing / on /usr/kerberos/include, reported by several people


Revision 203 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 10 23:50:53 2007 UTC (5 years, 8 months ago) by mikem-guest
File length: 12814 byte(s)
Diff to previous 201
	- Fixed a problem with proxy connections: open_proxy_tcp_connection
	was stopping after the first \n from teh proxy, 
	but instead should have looked for
	$CRLF . $CRLF to find the beginning of the SSL content
	reported by MAREKR


Revision 201 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 4 07:42:56 2007 UTC (5 years, 8 months ago) by mikem-guest
File length: 12604 byte(s)
Diff to previous 200
	- Added optional support for SSL_set_hello_extension,
        SSL_set_session_secret_cb to support various extension patches from
        a patch to openssl-0.9.9-dev contributed by Jouni Malinen.
        See wpa_supplicant/patches/openssl-0.9.9-session-ticket.patch in the
        latest (git) version 0.6 and later of wpa_suplicant at
        http://hostap.epitest.fi/. These additions are ifdefed to
        SSL_F_SSL_SET_HELLO_EXTENSION which is added by the patch
        Tested with openssl-SNAP-20070816.
        - Added SSL_SESSION_set_master_key and SSL_get_keyblock_size.
        - Added all SSL_OP_* options flags present in 0.9.9
        - Fixed a bug in SSL_set_tmp_dh
        - Doc improvements in README.Win32


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: 11877 byte(s)
Diff to previous 198
	- 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 198 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 3 21:15:30 2007 UTC (5 years, 8 months ago) by florian-guest
File length: 11074 byte(s)
Diff to previous 197
Version 1.32.

Revision 197 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 3 10:31:27 2007 UTC (5 years, 9 months ago) by mikem-guest
File length: 10952 byte(s)
Diff to previous 196
Testing with Perl CamelPack 5.8.7 on Windows XP SP2,added doc to
	README.Win32

Revision 196 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 30 06:41:47 2007 UTC (5 years, 9 months ago) by mikem-guest
File length: 10868 byte(s)
Diff to previous 193
Testing with Strawberry Perl on Windows XP SP2, added doc to README.Win32


Revision 193 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 14 20:15:39 2007 UTC (5 years, 10 months ago) by florian-guest
File length: 10791 byte(s)
Diff to previous 192
Version 1.31_02.

Revision 192 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 11 22:25:48 2007 UTC (5 years, 10 months ago) by mikem-guest
File length: 10784 byte(s)
Diff to previous 190
Removed build_requires('Test::NoWarnings') from Makefile.PL
Minor edits to README.Win32


Revision 190 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 11 00:57:35 2007 UTC (5 years, 10 months ago) by mikem-guest
File length: 10721 byte(s)
Diff to previous 188


Revision 188 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 11 00:41:53 2007 UTC (5 years, 10 months ago) by mikem-guest
File length: 10680 byte(s)
Diff to previous 185
	- Fix linking problems on Windows. Tested with VC++ 6.0, Shining Light
	0.9.7L on Windows Server 2003 with ActivePerl 5.8.8.820. Also tested
	with OpenSSL 0.9.8e compiled from source.
	- Unable to get working systems when compiling with MS Visual Studio
	Express 2005. Contributions requested. This may be relevant:
	  http://www.itwriting.com/blog/?postid=261&replyto=2542
	- Fixed a number of minor compile warnings on Windows
	- Updated README.Win32 to define building procedures on Windows
	- Fixed incorrect test failure reports in 08_external.
	- Add parens to function calls in Makefile.PL to prevent
	warnings with some perls.
	- Tested on Sparc Solaris 8, Sparc Solaris 10, OpenSuSE 10.2 x64,
	OpenSuSE 10.0 x86, FreeBSD 6.0 x86, Ubuntu 6.10, Fedora Core 6 x86
	- Changed type of SSL_set_info_callback args to stop compiler warnings
	on Windows


Revision 185 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 3 14:06:29 2007 UTC (5 years, 10 months ago) by florian-guest
File length: 9812 byte(s)
Diff to previous 181
Bump version to 1.31_01.

Revision 181 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 17 00:36:25 2007 UTC (5 years, 11 months ago) by mikem-guest
File length: 9815 byte(s)
Diff to previous 179


Revision 179 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 7 21:38:33 2007 UTC (6 years ago) by mikem-guest
File length: 9677 byte(s)
Diff to previous 53
Added /usr/sfw/bin/openssl to path guessing for Open Solaris,
	suggested by Igor Boehme.


Revision 53 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 2 04:21:16 2006 UTC (7 years, 2 months ago) by mikem-guest
File length: 9585 byte(s)
Diff to previous 39
improved openssl path guessing, forcing openssl path now
requires the -path flag (caution: incompatible flag change)
Path guessing works on windows too.
mikem, with patches from Stas Bekman

Revision 39 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 21 13:43:52 2006 UTC (7 years, 3 months ago) by florian-guest
File length: 9357 byte(s)
Diff to previous 18
 r27196@ata:  rafl | 2006-01-20 22:11:49 +0100
 * Some changelogging

Revision 18 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 19 11:43:09 2006 UTC (7 years, 4 months ago) by florian-guest
File length: 9157 byte(s)
Diff to previous 1
 r23906@ata:  rafl | 2005-12-21 04:27:32 +0100
 * Adapted changelog for the new release.

Revision 1 - (view) (download) (annotate) - [select for diffs]
Added Wed Nov 30 09:37:59 2005 UTC (7 years, 5 months ago) by florian-guest
File length: 8684 byte(s)
* Created basic layout.
* Imported version 1.25 of Net::SSLeay into trunk.

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.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.5