2013-04-06 |
Ben Laurie | Fix warnings. |
tree | commitdiff |
2013-04-04 |
Andy Polyakov | cryptlib.c: fix typo in OPENSSL_showfatal. |
tree | commitdiff |
2013-04-04 |
Andy Polyakov | aesni-x86_64.pl: optimize CBC decrypt. |
tree | commitdiff |
2013-04-04 |
Andy Polyakov | e_aes.c: reserve for future extensions. |
tree | commitdiff |
2013-04-04 |
Andy Polyakov | gcm128.c: fix linking problems in 32-bit Windows build. |
tree | commitdiff |
2013-04-04 |
Andy Polyakov | dest4-sparcv9.pl: add clarification comment. |
tree | commitdiff |
2013-04-04 |
Andy Polyakov | evptests.txt: add XTS test vectors |
tree | commitdiff |
2013-03-31 |
Dr. Stephen Henson | Typo. |
tree | commitdiff |
2013-03-31 |
Andy Polyakov | Add support for SPARC T4 DES opcode. |
tree | commitdiff |
2013-03-31 |
Andy Polyakov | des_enc.m4: add missing #include. |
tree | commitdiff |
2013-03-29 |
Andy Polyakov | Add AES-NI GCM stitch. |
tree | commitdiff |
2013-03-29 |
Andy Polyakov | aesni-x86_64.pl: fix typo and optimize small block... |
tree | commitdiff |
2013-03-26 |
Matt Caswell | Make binary curve ASN.1 work in FIPS mode. |
tree | commitdiff |
2013-03-26 |
Andy Polyakov | aesni-x86_64.pl: optimize CTR even further. |
tree | commitdiff |
2013-03-24 |
Andy Polyakov | ghash-x86_64.pl: add AVX code path. |
tree | commitdiff |
2013-03-19 |
Andy Polyakov | aesni-x86_64.pl: optimize CTR even further. |
tree | commitdiff |
2013-03-19 |
Andy Polyakov | ghash-x86_64.pl: minor optimization. |
tree | commitdiff |
2013-03-18 |
Andy Polyakov | e_aes_cbc_hmac_sha1.c: fix rare bad record mac on AES... |
tree | commitdiff |
2013-03-18 |
Dr. Stephen Henson | Encode INTEGER correctly. |
tree | commitdiff |
2013-03-06 |
Andy Polyakov | evptests.txt: additional GCM test vectors. |
tree | commitdiff |
2013-03-06 |
Dr. Stephen Henson | GCM and CCM test support |
tree | commitdiff |
2013-03-06 |
Dr. Stephen Henson | Add CCM ciphers to tables. |
tree | commitdiff |
2013-03-06 |
Andy Polyakov | ghash-x86_64.pl: fix length handling bug. |
tree | commitdiff |
2013-03-04 |
Ben Laurie | Merge branch 'master' of openssl.net:openssl |
tree | commitdiff |
2013-03-04 |
Andy Polyakov | x86cpuid.pl: make it work with older CPUs. |
tree | commitdiff |
2013-03-04 |
Ben Laurie | Override local vars for MINFO build. |
tree | commitdiff |
2013-03-04 |
Ben Laurie | Include correctly. |
tree | commitdiff |
2013-03-01 |
Andy Polyakov | x86_64-gf2m.pl: fix typo. |
tree | commitdiff |
2013-03-01 |
Andy Polyakov | x86_64-gf2m.pl: add missing Windows build fix for ... |
tree | commitdiff |
2013-02-26 |
Ben Laurie | Missing files target. |
tree | commitdiff |
2013-02-26 |
Dr. Stephen Henson | Add function CMS_RecipientInfo_encrypt |
tree | commitdiff |
2013-02-21 |
Ben Laurie | make depend. |
tree | commitdiff |
2013-02-15 |
Andy Polyakov | sha256-586.pl: code refresh. |
tree | commitdiff |
2013-02-14 |
Andy Polyakov | sha1-586.pl: code refresh. |
tree | commitdiff |
2013-02-14 |
Andy Polyakov | ghash-x86[_64].pl: code refresh. |
tree | commitdiff |
2013-02-14 |
Andy Polyakov | [aesni-]sha1-x86_64.pl: code refresh. |
tree | commitdiff |
2013-02-14 |
Andy Polyakov | sha512-x86_64.pl: add AVX2 code path. |
tree | commitdiff |
2013-02-14 |
Andy Polyakov | bn_nist.c: work around clang 3.0 bug. |
tree | commitdiff |
2013-02-11 |
Andy Polyakov | sparccpuid.S: work around emulator bug on T1. |
tree | commitdiff |
2013-02-08 |
Andy Polyakov | e_aes_cbc_hmac_sha1.c: align calculated MAC at cache... |
tree | commitdiff |
2013-02-06 |
Andy Polyakov | e_aes_cbc_hmac_sha1.c: cleanse temporary copy of HMAC... |
tree | commitdiff |
2013-02-06 |
Andy Polyakov | e_aes_cbc_hmac_sha1.c: address the CBC decrypt timing... |
tree | commitdiff |
2013-02-06 |
Ben Laurie | Make CBC decoding constant time. |
tree | commitdiff |
2013-02-06 |
Ben Laurie | Add and use a constant-time memcmp. |
tree | commitdiff |
2013-02-02 |
Andy Polyakov | x86_64 assembly pack: keep making Windows build more... |
tree | commitdiff |
2013-01-23 |
Dr. Stephen Henson | Don't include comp.h in cmd_cd.c if OPENSSL_NO_COMP set |
tree | commitdiff |
2013-01-22 |
Andy Polyakov | x86_64 assembly pack: make Windows build more robust. |
tree | commitdiff |
2013-01-22 |
Andy Polyakov | bn/asm/mips.pl: hardwire local call to bn_div_words. |
tree | commitdiff |
2013-01-22 |
Andy Polyakov | sha512-ppc.pl: minimize stack frame. |
tree | commitdiff |
2013-01-20 |
Dr. Stephen Henson | Don't include comp.h if no-comp set. |
tree | commitdiff |
2013-01-19 |
Andy Polyakov | Improve WINCE support. |
tree | commitdiff |
2013-01-19 |
Ben Laurie | Merge branch 'master' of openssl.net:openssl |
tree | commitdiff |
2013-01-19 |
Ben Laurie | Merge branch 'master' of openssl.net:openssl |
tree | commitdiff |
2013-01-19 |
Andy Polyakov | sha512-ppc.pl: add PPC32 code, >2x improvement on in... |
tree | commitdiff |
2013-01-19 |
Ben Laurie | Make "make depend" work on MacOS out of the box. |
tree | commitdiff |
2013-01-13 |
Ben Laurie | Fix some clang warnings. |
tree | commitdiff |
2013-01-06 |
Ben Laurie | Fix warning. |
tree | commitdiff |
2012-12-30 |
Dr. Stephen Henson | make no-comp compile |
tree | commitdiff |
2012-12-26 |
Dr. Stephen Henson | Portability fix: use BIO_snprintf and pick up strcasecm... |
tree | commitdiff |
2012-12-21 |
Dr. Stephen Henson | Make partial chain checking work if we only have the... |
tree | commitdiff |
2012-12-20 |
Dr. Stephen Henson | revert OCSP_basic_verify changes: they aren't needed... |
tree | commitdiff |
2012-12-18 |
Andy Polyakov | dso/dso_win32.c: fix compiler warning. |
tree | commitdiff |
2012-12-16 |
Andy Polyakov | d1_lib.c,bss_dgram.c: eliminate dependency on _ftime. |
tree | commitdiff |
2012-12-15 |
Dr. Stephen Henson | Check chain is not NULL before assuming we have a valid... |
tree | commitdiff |
2012-12-13 |
Dr. Stephen Henson | Use new partial chain flag instead of modifying input... |
tree | commitdiff |
2012-12-13 |
Dr. Stephen Henson | New verify flag to return success if we have any certif... |
tree | commitdiff |
2012-12-11 |
Ben Laurie | Update ignores. |
tree | commitdiff |
2012-12-10 |
Ben Laurie | Tabification. Remove accidental duplication. |
tree | commitdiff |
2012-12-07 |
Ben Laurie | Fix OCSP checking. |
tree | commitdiff |
2012-12-06 |
Dr. Stephen Henson | Fix two bugs which affect delta CRL handling: |
tree | commitdiff |
2012-12-05 |
Dr. Stephen Henson | Integrate host, email and IP address checks into X509_v... |
tree | commitdiff |
2012-12-05 |
Andy Polyakov | aes-s390x.pl: fix XTS bugs in z196-specific code path. |
tree | commitdiff |
2012-12-04 |
Andy Polyakov | ghash-sparcv9.pl: shave off one more xmulx, improve... |
tree | commitdiff |
2012-12-04 |
Dr. Stephen Henson | initial support for delta CRL generations by diffing... |
tree | commitdiff |
2012-12-01 |
Andy Polyakov | cryptlib.c: fix logical error. |
tree | commitdiff |
2012-12-01 |
Andy Polyakov | aesni-x86_64.pl: CTR face lift, +25% on Bulldozer. |
tree | commitdiff |
2012-12-01 |
Andy Polyakov | aes-s390x.pl: harmonize software-only code path [and... |
tree | commitdiff |
2012-11-29 |
Dr. Stephen Henson | PR: 2803 |
tree | commitdiff |
2012-11-29 |
Dr. Stephen Henson | add wrapper function for certificate download |
tree | commitdiff |
2012-11-29 |
Dr. Stephen Henson | constify |
tree | commitdiff |
2012-11-28 |
Dr. Stephen Henson | Generalise OCSP I/O functions to support dowloading... |
tree | commitdiff |
2012-11-28 |
Andy Polyakov | C64x+ assembly pack: improve EABI support. |
tree | commitdiff |
2012-11-28 |
Andy Polyakov | Update support for Intel compiler: add linux-x86_64... |
tree | commitdiff |
2012-11-27 |
Dr. Stephen Henson | New functions to set lookup_crls callback and to retrie... |
tree | commitdiff |
2012-11-24 |
Andy Polyakov | AES for SPARC T4: add XTS, reorder subroutines to impro... |
tree | commitdiff |
2012-11-21 |
Dr. Stephen Henson | Reorganise parameters for OPENSSL_gmtime_diff. |
tree | commitdiff |
2012-11-21 |
Dr. Stephen Henson | Submitted by: Florian Weimer <fweimer@redhat.com> |
tree | commitdiff |
2012-11-20 |
Dr. Stephen Henson | don't use psec or pdays if NULL |
tree | commitdiff |
2012-11-20 |
Dr. Stephen Henson | first parameter is difference in days, not years |
tree | commitdiff |
2012-11-19 |
Dr. Stephen Henson | make depend |
tree | commitdiff |
2012-11-19 |
Dr. Stephen Henson | new function ASN1_TIME_diff to calculate difference... |
tree | commitdiff |
2012-11-19 |
Andy Polyakov | x86_64-gcc.c: resore early clobber constraint. |
tree | commitdiff |
2012-11-19 |
Dr. Stephen Henson | make depend |
tree | commitdiff |
2012-11-18 |
Dr. Stephen Henson | PR: 2909 |
tree | commitdiff |
2012-11-17 |
Andy Polyakov | cryptlib.c: revert typo. |
tree | commitdiff |
2012-11-17 |
Andy Polyakov | Extend OPENSSL_ia32cap_P with extra word to accomodate... |
tree | commitdiff |
2012-11-17 |
Andy Polyakov | perlasm/sparcv9_modes.pl: addendum to commit#22966. |
tree | commitdiff |
2012-11-17 |
Andy Polyakov | Support for SPARC T4 MONT[MUL|SQR] instructions. |
tree | commitdiff |
2012-11-12 |
Andy Polyakov | aes-x86_64.pl: Atom-specific optimizations, +10%. |
tree | commitdiff |
2012-11-12 |
Andy Polyakov | aes-586.pl: Atom-specific optimization, +44/29%, minor... |
tree | commitdiff |
next |