openssl.git
2012-12-06 Dr. Stephen... fix handling of "automatic" in file mode
2012-12-06 Dr. Stephen... Add code to download CRLs based on CRLDP extension.
2012-12-06 Dr. Stephen... remove print_ssl_cert_checks() from openssl application...
2012-12-06 Dr. Stephen... Fix two bugs which affect delta CRL handling:
2012-12-05 Dr. Stephen... Integrate host, email and IP address checks into X509_v...
2012-12-05 Andy Polyakovaes-s390x.pl: fix XTS bugs in z196-specific code path.
2012-12-04 Dr. Stephen... don't print verbose policy check messages when -quiet...
2012-12-04 Andy Polyakovghash-sparcv9.pl: shave off one more xmulx, improve...
2012-12-04 Dr. Stephen... initial support for delta CRL generations by diffing...
2012-12-04 Dr. Stephen... make -subj always override config file
2012-12-04 Dr. Stephen... check mval for NULL too
2012-12-03 Dr. Stephen... fix leak
2012-12-03 Dr. Stephen... oops, really check brief mode only ;-)
2012-12-03 Dr. Stephen... don't check errno is zero, just print out message
2012-12-03 Dr. Stephen... if no error code and -brief selected print out connecti...
2012-12-02 Dr. Stephen... add -badsig option to corrupt CRL signatures for testin...
2012-12-02 Dr. Stephen... New option to add CRLs for s_client and s_server.
2012-12-02 Dr. Stephen... add option to get a certificate or CRL from a URL
2012-12-01 Dr. Stephen... return error if Suite B mode is selected and TLS 1...
2012-12-01 Andy Polyakovcryptlib.c: fix logical error.
2012-12-01 Andy Polyakovaesni-x86_64.pl: CTR face lift, +25% on Bulldozer.
2012-12-01 Andy Polyakovaes-s390x.pl: harmonize software-only code path [and...
2012-11-30 Dr. Stephen... Add new test option set the version in generated certif...
2012-11-29 Dr. Stephen... PR: 2803
2012-11-29 Dr. Stephen... add wrapper function for certificate download
2012-11-29 Dr. Stephen... constify
2012-11-28 Dr. Stephen... Generalise OCSP I/O functions to support dowloading...
2012-11-28 Andy PolyakovC64x+ assembly pack: improve EABI support.
2012-11-28 Andy PolyakovUpdate support for Intel compiler: add linux-x86_64...
2012-11-27 Dr. Stephen... New functions to set lookup_crls callback and to retrie...
2012-11-26 Dr. Stephen... Print out point format list for clients too.
2012-11-26 Dr. Stephen... Use default point formats extension for server side...
2012-11-26 Dr. Stephen... change inaccurate error message
2012-11-26 Dr. Stephen... set auto ecdh parameter selction for Suite B
2012-11-26 Dr. Stephen... set cmdline flag in s_server
2012-11-25 Dr. Stephen... option to output corrupted signature in certificates...
2012-11-24 Andy PolyakovAES for SPARC T4: add XTS, reorder subroutines to impro...
2012-11-24 Dr. Stephen... add Suite B 128 bit mode offering only combination 2
2012-11-23 Dr. Stephen... Don't display messages about verify depth in s_server...
2012-11-22 Dr. Stephen... Add support for printing out and retrieving EC point...
2012-11-22 Dr. Stephen... reject zero length point format list or supported curve...
2012-11-21 Dr. Stephen... support -quiet with -msg or -trace
2012-11-21 Dr. Stephen... curves can be set in both client and server
2012-11-21 Dr. Stephen... use correct return values when callin cmd
2012-11-21 Dr. Stephen... only use a default curve if not already set
2012-11-21 Dr. Stephen... Reorganise parameters for OPENSSL_gmtime_diff.
2012-11-21 Dr. Stephen... Submitted by: Florian Weimer <fweimer@redhat.com>
2012-11-21 Dr. Stephen... PR: 2908
2012-11-20 Dr. Stephen... fix printout of expiry days if -enddate is used in ca
2012-11-20 Dr. Stephen... don't use psec or pdays if NULL
2012-11-20 Dr. Stephen... first parameter is difference in days, not years
2012-11-20 Dr. Stephen... reorganise SSL_CONF_cmd manual page and update some...
2012-11-20 Dr. Stephen... fix leaks
2012-11-19 Dr. Stephen... with -rev close connection if client sends "CLOSE"
2012-11-19 Dr. Stephen... update usage messages
2012-11-19 Dr. Stephen... correct docs
2012-11-19 Dr. Stephen... document -trace and -msgfile options
2012-11-19 Dr. Stephen... update docs for s_server/s_client
2012-11-19 Dr. Stephen... make depend
2012-11-19 Dr. Stephen... new function ASN1_TIME_diff to calculate difference...
2012-11-19 Andy Polyakovx86_64-gcc.c: resore early clobber constraint.
2012-11-19 Dr. Stephen... make depend
2012-11-19 Dr. Stephen... don't call gethostbyname if OPENSSL_SSL_DEBUG_BROKEN_PR...
2012-11-19 Dr. Stephen... remove obsolete code
2012-11-19 Dr. Stephen... fix typo and warning
2012-11-18 Dr. Stephen... clarify docs
2012-11-18 Dr. Stephen... fix manual page file name
2012-11-18 Dr. Stephen... document -naccept option
2012-11-18 Dr. Stephen... add -naccept <n> option to s_server to automatically...
2012-11-18 Dr. Stephen... PR: 2880
2012-11-18 Dr. Stephen... PR: 2909
2012-11-18 Dr. Stephen... remove redundant code from demo
2012-11-17 Andy Polyakovcryptlib.c: revert typo.
2012-11-17 Andy PolyakovExtend OPENSSL_ia32cap_P with extra word to accomodate...
2012-11-17 Andy Polyakovperlasm/sparcv9_modes.pl: addendum to commit#22966.
2012-11-17 Dr. Stephen... fix error messages
2012-11-17 Dr. Stephen... Delegate command line handling for many common options...
2012-11-17 Dr. Stephen... initial decription of GCM/CCM usage via EVP
2012-11-17 Andy PolyakovSupport for SPARC T4 MONT[MUL|SQR] instructions.
2012-11-17 Dr. Stephen... fix typos in SSL_CONF documentation
2012-11-16 Dr. Stephen... add SSL_CONF functions and documentation
2012-11-16 Dr. Stephen... typo
2012-11-16 Dr. Stephen... update ciphers documentation to indicate implemented...
2012-11-16 Dr. Stephen... initial update of ciphers doc
2012-11-16 Dr. Stephen... new command line option -stdname to ciphers utility
2012-11-15 Dr. Stephen... add "missing" TLSv1.2 cipher alias
2012-11-12 Andy Polyakovaes-x86_64.pl: Atom-specific optimizations, +10%.
2012-11-12 Andy Polyakovaes-586.pl: Atom-specific optimization, +44/29%, minor...
2012-11-10 Andy Polyakovppccap.c: fix typo.
2012-11-10 Andy Polyakovppccap.c: restrict features on AIX 5.
2012-11-09 Andy Polyakovbn_word.c: fix overflow bug in BN_add_word.
2012-11-08 Dr. Stephen... new feature: if ctx==NULL in SSL_CTX_ctrl perform synta...
2012-11-05 Dr. Stephen... contify
2012-11-05 Andy Polyakovcrypto/modes: even more strict aliasing fixes [and...
2012-11-05 Ben LaurieMore strict aliasing fix.
2012-11-05 Dr. Stephen... correct error function code
2012-11-05 Andy Polyakovcbc128.c: fix strict aliasing warning.
2012-11-05 Andy Polyakove_camillia.c: remove copy-n-paste artifact, EVP_CIPH_FL...
2012-11-05 Andy Polyakovghash-sparcv9.pl: 22% improvement on T4.
2012-11-05 Ben LaurieRemove unused static function.
next