aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Collapse)AuthorAgeFilesLines
* Use new partial chain flag instead of modifying input parameters.Dr. Stephen Henson2012-12-131-4/+3
|
* New verify flag to return success if we have any certificate in theDr. Stephen Henson2012-12-132-0/+11
| | | | | trusted store instead of the default which is to return an error if we can't build the complete chain.
* Update ignores.Ben Laurie2012-12-113-0/+7
|
* Tabification. Remove accidental duplication.Ben Laurie2012-12-101-3/+3
|
* Fix OCSP checking.Ben Laurie2012-12-072-8/+67
|
* Fix two bugs which affect delta CRL handling:Dr. Stephen Henson2012-12-062-4/+4
| | | | | Use -1 to check all extensions in CRLs. Always set flag for freshest CRL.
* Integrate host, email and IP address checks into X509_verify.Dr. Stephen Henson2012-12-054-0/+157
| | | | | | Add new verify options to set checks. Remove previous -check* commands from s_client and s_server.
* aes-s390x.pl: fix XTS bugs in z196-specific code path.Andy Polyakov2012-12-051-11/+11
|
* ghash-sparcv9.pl: shave off one more xmulx, improve T3 performance by 7%.Andy Polyakov2012-12-041-38/+31
|
* initial support for delta CRL generations by diffing two full CRLsDr. Stephen Henson2012-12-044-1/+141
|
* cryptlib.c: fix logical error.Andy Polyakov2012-12-011-4/+7
|
* aesni-x86_64.pl: CTR face lift, +25% on Bulldozer.Andy Polyakov2012-12-011-209/+247
|
* aes-s390x.pl: harmonize software-only code path [and minor optimization].Andy Polyakov2012-12-011-45/+28
|
* PR: 2803Dr. Stephen Henson2012-11-291-0/+1
| | | | | | Submitted by: jean-etienne.schwartz@bull.net In OCSP_basic_varify return an error if X509_STORE_CTX_init fails.
* add wrapper function for certificate downloadDr. Stephen Henson2012-11-292-0/+7
|
* constifyDr. Stephen Henson2012-11-292-2/+2
|
* Generalise OCSP I/O functions to support dowloading of other ASN1Dr. Stephen Henson2012-11-284-42/+141
| | | | structures using HTTP. Add wrapper function to handle CRL download.
* C64x+ assembly pack: improve EABI support.Andy Polyakov2012-11-288-9/+86
|
* Update support for Intel compiler: add linux-x86_64-icc and fix problems.Andy Polyakov2012-11-284-4/+13
|
* New functions to set lookup_crls callback and to retrieve internal X509_STOREDr. Stephen Henson2012-11-272-0/+16
| | | | from X509_STORE_CTX.
* AES for SPARC T4: add XTS, reorder subroutines to improve TLB locality.Andy Polyakov2012-11-243-132/+624
|
* Reorganise parameters for OPENSSL_gmtime_diff.Dr. Stephen Henson2012-11-214-38/+27
| | | | Make ASN1_UTCTIME_cmp_time_t more robust by using the new time functions.
* Submitted by: Florian Weimer <fweimer@redhat.com>Dr. Stephen Henson2012-11-212-14/+21
| | | | | | | | PR: 2909 Update test cases to cover internal error return values. Remove IDNA wildcard filter.
* don't use psec or pdays if NULLDr. Stephen Henson2012-11-201-2/+4
|
* first parameter is difference in days, not yearsDr. Stephen Henson2012-11-202-3/+3
|
* make dependDr. Stephen Henson2012-11-191-2/+3
|
* new function ASN1_TIME_diff to calculate difference between two ASN1_TIME ↵Dr. Stephen Henson2012-11-195-64/+131
| | | | structures
* x86_64-gcc.c: resore early clobber constraint.Andy Polyakov2012-11-191-2/+2
| | | | Submitted by: Florian Weimer
* make dependDr. Stephen Henson2012-11-195-34/+49
|
* PR: 2909Dr. Stephen Henson2012-11-184-15/+539
| | | | | | | Contributed by: Florian Weimer <fweimer@redhat.com> Fixes to X509 hostname and email address checking. Wildcard matching support. New test program and manual page.
* cryptlib.c: revert typo.Andy Polyakov2012-11-171-1/+1
|
* Extend OPENSSL_ia32cap_P with extra word to accomodate AVX2 capability.Andy Polyakov2012-11-177-11/+74
|
* perlasm/sparcv9_modes.pl: addendum to commit#22966.Andy Polyakov2012-11-171-0/+26
|
* Support for SPARC T4 MONT[MUL|SQR] instructions.Andy Polyakov2012-11-175-0/+1343
| | | | Submitted by: David Miller, Andy Polyakov
* aes-x86_64.pl: Atom-specific optimizations, +10%.Andy Polyakov2012-11-122-167/+164
| | | | vpaes-x86_64.pl: minor performance squeeze.
* aes-586.pl: Atom-specific optimization, +44/29%, minor improvement on others.Andy Polyakov2012-11-122-174/+180
| | | | vpaes-x86.pl: minor performance squeeze.
* ppccap.c: fix typo.Andy Polyakov2012-11-101-1/+1
|
* ppccap.c: restrict features on AIX 5.Andy Polyakov2012-11-101-5/+7
|
* bn_word.c: fix overflow bug in BN_add_word.Andy Polyakov2012-11-091-17/+8
|
* crypto/modes: even more strict aliasing fixes [and fix bug in cbc128.c fromAndy Polyakov2012-11-054-48/+51
| | | | previous cbc128.c commit].
* More strict aliasing fix.Ben Laurie2012-11-052-5/+6
|
* correct error function codeDr. Stephen Henson2012-11-053-2/+4
|
* cbc128.c: fix strict aliasing warning.Andy Polyakov2012-11-052-13/+11
|
* e_camillia.c: remove copy-n-paste artifact, EVP_CIPH_FLAG_FIPS, andAndy Polyakov2012-11-051-6/+6
| | | | leave comment about CTR mode.
* ghash-sparcv9.pl: 22% improvement on T4.Andy Polyakov2012-11-052-118/+154
|
* Remove unused static function.Ben Laurie2012-11-051-0/+2
|
* Fix gcc 4.8 warning (strict aliasing violation).Ben Laurie2012-11-051-0/+2
|
* SPARCv9 assembly pack: harmonize ABI handling (so that it's handled in oneAndy Polyakov2012-10-255-82/+70
| | | | place at a time, by pre-processor in .S case and perl - in .s).
* [aes|cmll]t4-sparcv9.pl: unify argument handling.Andy Polyakov2012-10-252-8/+2
|
* perlasm/sparcv9_modes.pl: fix typo in IV save code and switch to lessAndy Polyakov2012-10-251-17/+25
| | | | aggressive ASI.