aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* oops, add missing asn_mstbl.cDr. Stephen Henson2012-10-241-0/+178
|
* ghash-sparcv9.pl: add VIS3 code path.Andy Polyakov2012-10-242-3/+233
|
* New config module for string tables. This can be used to add newDr. Stephen Henson2012-10-225-3/+46
| | | | | multi string components (as used in DN fields or request attributes) or change the values of existing ones.
* linux-pcc: make it more robust and recognize KERNEL_BITS variable.Andy Polyakov2012-10-211-0/+7
|
* Add VIS3-capable sparcv9-gf2m module.Andy Polyakov2012-10-202-0/+200
|
* Add VIS3 Montgomery multiplication.Andy Polyakov2012-10-203-9/+389
|
* fix ASN1_STRING_TABLE_add so it can override existing string table valuesDr. Stephen Henson2012-10-191-31/+66
|
* fix error codeDr. Stephen Henson2012-10-183-1/+3
|
* Don't require tag before ciphertext in AESGCM modeDr. Stephen Henson2012-10-161-2/+2
|
* sparcv9_modes.pl: membars are reported as must-have.Andy Polyakov2012-10-151-15/+10
|
* md5-sparcv9.pl: avoid %asi modifications, improve short input performanceAndy Polyakov2012-10-141-13/+14
| | | | by 30-20%.
* [md5|sha1|sha512]-sparcv9.pl: "cooperative" optimizations based onAndy Polyakov2012-10-143-1/+11
| | | | suggestions from David Miller.
* [aes|cmll]t4-sparcv9.pl: addendum to previous sparcv9_modes.pl commit.Andy Polyakov2012-10-142-4/+4
|
* perlasm/sparcv9_modes.pl: "cooperative" optimizations based on suggestionsAndy Polyakov2012-10-141-11/+309
| | | | from David Miller.
* Add SPARC T4 Camellia support.Andy Polyakov2012-10-113-31/+1241
| | | | Submitted by: David Miller
* aest4-sparcv9.pl: split it to AES-specific and reusable part.Andy Polyakov2012-10-112-755/+901
|
* New functions to check a hostname email or IP address against aDr. Stephen Henson2012-10-082-0/+140
| | | | | certificate. Add options to s_client, s_server and x509 utilities to print results of checks.
* Add SPARC T4 AES support.Andy Polyakov2012-10-063-27/+1992
| | | | Submitted by: David Miller
* Fix EC_KEY initialization race.Bodo Möller2012-10-054-7/+38
| | | | Submitted by: Adam Langley
* sha[1|512]-sparcv9.pl: add hardware SPARC T4 support.Andy Polyakov2012-09-283-7/+406
| | | | Submitted by: David Miller
* md5-sparcv9.pl: add hardware SPARC T4 support.Andy Polyakov2012-09-281-2/+149
| | | | Submitted by: David Miller