]> granicus.if.org Git - apache/history - modules/ssl/ssl_util_ssl.c
XML updates.
[apache] / modules / ssl / ssl_util_ssl.c
2017-10-12 Joe OrtonAdd optional _RAW suffix to SSL_*_DN_xx attribute names...
2017-08-09 Stefan EissingOn the trunk:
2017-08-04 Stefan Eissingfirst configure+compile version
2017-08-04 Stefan Eissingbranch for integrating mod_md into trunk
2016-03-20 Rainer JungSupport for OpenSSL 1.1.0:
2015-08-02 Kaspar BrandAdd support for extracting the msUPN and dnsSRV forms
2015-05-05 Stefan Sperlingmod_ssl namespacing: Rename SSL_SESSION_id2sz() to...
2015-05-05 Stefan Sperlingmod_ssl namespacing: Move SSL_CTX_use_certificate_chain...
2015-05-05 Stefan Sperlingmod_ssl namespacing: Move modssl_X509_INFO_load_file...
2015-05-05 Stefan Sperlingmod_ssl namespacing: Merge SSL_X509_INFO_load_path...
2015-05-02 Stefan Sperlingmod_ssl: Rename static convert_asn1_to_utf8 function...
2015-05-01 Stefan Sperlingmod_ssl namespacing: SSL_X509_INFO_load_file -> modssl_...
2015-05-01 Stefan Sperlingmod_ssl namespacing: SSL_X509_match_name -> modssl_X509...
2015-05-01 Stefan Sperlingmod_ssl namespacing: Make SSL_X509_getIDs a static...
2015-05-01 Stefan Sperlingmod_ssl namespacing: SSL_X509_getSAN -> modssl_X509_getSAN
2015-05-01 Stefan Sperlingmod_ssl namespacing: SSL_X509_NAME_to_string -> modssl_...
2015-05-01 Stefan Sperlingmod_ssl namespacing: Rename SSL_X509_NAME_ENTRY_to_stri...
2015-05-01 Stefan Sperlingmod_ssl namespacing: Make SSL_ASN1_STRING_to_utf8 a...
2015-05-01 Stefan Sperlingmod_ssl namespacing: SSL_X509_getBC -> modssl_X509_getBC
2015-05-01 Stefan Sperlingmod_ssl namespacing: SSL_smart_shutdown -> modssl_smart...
2015-05-01 Stefan Sperlingmod_ssl namespacing: SSL_read_PrivateKey -> modssl_read...
2015-05-01 Stefan Sperlingmod_ssl namespacing: Rename SSL_init_app_data2_idx...
2015-03-12 Yann Ylavicssl_util: Fix possible crash (free => OPENSSL_free...
2015-01-07 Kaspar BrandAdd support for extracting subjectAltName entries of...
2014-06-08 Yann Ylavicmod_ssl: SSL_smart_shutdown(): follow up to r1601184.
2014-06-07 Yann Ylavicmod_ssl: Ensure that the SSL close notify alert is...
2013-12-28 Kaspar BrandRemove the hardcoded algorithm-type dependency for...
2013-12-01 Kaspar BrandSGC became dead in January 2000, effectively
2013-09-29 Kaspar BrandImprove ephemeral key handling (companion to r1526168):
2013-03-01 Christophe JailletSSL_SESSION_id2sz is only used for logging, having...
2013-01-06 Christophe JailletAccording top my testing 'SSL_SESSION_id2sz' is 4x...
2012-12-29 Stefan FritschFix warning about discarding 'const' qualifier from...
2012-12-26 Kaspar Brandmod_ssl: add support for subjectAltName-based host...
2012-02-28 Kaspar Brandproperly free the GENERAL_NAMEs, as pointed out in...
2012-01-08 Kaspar Brandfix signedness issue with SSL_X509_NAME_to_string(...
2011-12-24 Kaspar BrandSet OPENSSL_NO_SSL_INTERN when compiling against OpenSS...
2011-09-28 Kaspar BrandIn ssl_check_public_cert(), also take dNSNames in the...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-19 Kaspar BrandAdd ssl_log_xerror() and ssl_log_rxerror(), modeled...
2011-09-14 Daniel RuggeriModify SSLProxyMachineCertificateChainFile to use X509...
2011-09-04 Kaspar BrandRevamp CRL checking for client and remote servers:
2011-08-24 Ruediger Pluem* Style fixes. No functional change.
2011-08-23 Daniel RuggeriAdd SSLProxyMachineCertificateChainFile directive and...
2011-08-07 Kaspar BrandEnforce OpenSSL 0.9.7 as a minimum requirement in confi...
2011-08-07 Kaspar BrandRemove the ssl_toolkit_compat layer, which is no longer...
2011-08-07 Kaspar BrandDrop support for the RSA BSAFE SSL-C toolkit from confi...
2011-01-02 Stefan FritschFix EBCDIC related cut'n'paste error
2011-01-01 Stefan FritschChange the format of the SSL_{CLIENT,SERVER}_{I,S}_DN...
2010-06-14 Stefan FritschFix some compiler warnings:
2010-04-05 Ruediger Pluem* Fix compiler warning
2010-04-01 Stephen HensonCode tidy, certificate extension decode can be done...
2009-02-27 Sander TemmeThe development trunk of OpenSSL has tightened up the...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-09-01 Joe Orton* modules/ssl/ssl_util_ssl.c (SSL_X509_STORE_create...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-02-28 Joe OrtonMove mod_ssl-internal interfaces into ssl_private.h...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-06-20 Martin KraemerUse portable macro instead of the (no longer working...
2003-04-03 William A. Rowe Jr Introduce a number of SSLC hints to mod_ssl, includin...
2003-02-03 André Malofinished that boring job:
2002-12-23 William A. Rowe Jr All we care about is the type and name, just ask...
2002-10-25 Jeff Trawickfix the interface to PEM_read_bio_X509() with OpenSSL...
2002-10-25 Jeff Trawickstylistic improvements
2002-09-15 Justin ErenkrantzRemove warnings seen with Sun's Forte compiler.
2002-04-02 Doug MacEachernfix SSL_X509_INFO_load_path so SSLProxyMachineCertifica...
2002-03-30 Doug MacEachernenable/cleanup SSL_X509_INFO_load_{file,path} functions...
2002-03-27 Doug MacEachernadd modssl_dh_configure() function to fold some duplica...
2002-03-27 Doug MacEachernsslc does not currently support X509V3_EXT_d2i
2002-03-27 Doug MacEacherntoolkit compat for PEM_read_bio_PrivateKey
2002-03-27 Doug MacEachernuse compat macro for another PEM_read_bio_X509
2002-03-27 Doug MacEacherntoolkit compat for PEM_read_bio_X509
2002-03-27 Doug MacEachernadd modssl_session_get_time() function to give mod_ssl...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-13 Doug MacEachernSSL_SESSION_id2sz() was NOT THREAD SAFE. it returned...
2002-01-10 Doug MacEachern mod_ssl adjustments to help with using toolkits other...
2001-11-21 Doug MacEachernget rid of SSL_get_app_data2_idx() which had a race...
2001-08-02 William A. Rowe Jr Adapt to changed declaration of apr_pool_sub_make()
2001-07-31 William A. Rowe JrThis patch eliminates the direct use of OS library...
2001-07-19 Ralf S. EngelschallApply mod_ssl MEGA porting patch. This is a cleaned...
2001-06-28 William A. Rowe Jr Quiet the compiler, msvc is sticky about arg lists...
2001-05-05 Ralf S. EngelschallPort ssl_util_ssl.[ch] stuff to APR.
2001-05-05 Ralf S. EngelschallNext step in mod_ssl integration:
2001-05-04 Ralf S. Engelschallmod_ssl integration step 2:
2001-05-04 Ralf S. EngelschallInitial revision