2015-12-07 |
Andy Polyakov | ARMv4 assembly pack: allow Thumb2 even in iOS build, |
tree | commitdiff |
2015-12-02 |
Andy Polyakov | modes/ocb128.c: fix sanitizer warning. |
tree | commitdiff |
2015-12-02 |
Andy Polyakov | modes/ocb128.c: split fixed block xors to aligned and... |
tree | commitdiff |
2015-12-02 |
Andy Polyakov | modes/ocb128.c: ocb_lookup_l to allow non-contiguous... |
tree | commitdiff |
2015-11-23 |
Andy Polyakov | x86_64 assembly pack: tune clang version detection. |
tree | commitdiff |
2015-11-11 |
Andy Polyakov | modes/asm/ghash-armv4.pl: extend Apple fix to all clang... |
tree | commitdiff |
2015-11-09 |
Matt Caswell | Continue standardising malloc style for libcrypto |
tree | commitdiff |
2015-09-26 |
Andy Polyakov | Skylake performance results. |
tree | commitdiff |
2015-09-25 |
Andy Polyakov | ARMv4 assembly pack: implement support for Thumb2. |
tree | commitdiff |
2015-07-13 |
Richard Levitte | Conversion to UTF-8 where needed |
tree | commitdiff |
2015-06-10 |
Andy Polyakov | gcm.c: address linker warning about OPENSSL_ia32cap_P... |
tree | commitdiff |
2015-06-08 |
Emilia Kasper | Use CRYPTO_memcmp when comparing authenticators |
tree | commitdiff |
2015-05-22 |
Richard Levitte | Fix the update target and remove duplicate file updates |
tree | commitdiff |
2015-05-14 |
Richard Levitte | make depend |
tree | commitdiff |
2015-05-14 |
Richard Levitte | Identify and move common internal libcrypto header... |
tree | commitdiff |
2015-05-06 |
Rich Salz | memset, memcpy, sizeof consistency fixes |
tree | commitdiff |
2015-05-04 |
Rich Salz | Use safer sizeof variant in malloc |
tree | commitdiff |
2015-04-30 |
Rich Salz | free cleanup almost the finale |
tree | commitdiff |
2015-04-28 |
Rich Salz | remove malloc casts |
tree | commitdiff |
2015-04-21 |
Andy Polyakov | modes/asm/ghashv8-armx.pl: additional performance data. |
tree | commitdiff |
2015-04-20 |
Andy Polyakov | Add assembly support for 32-bit iOS. |
tree | commitdiff |
2015-04-04 |
Richard Levitte | Appease clang -Wshadow |
tree | commitdiff |
2015-04-02 |
Andy Polyakov | modes/asm/ghashv8-armx.pl: up to 90% performance improv... |
tree | commitdiff |
2015-03-31 |
Richard Levitte | Remove EXHEADER, TEST, APPS, links:, install: and unins... |
tree | commitdiff |
2015-03-31 |
Richard Levitte | Stop symlinking, move files to intended directory |
tree | commitdiff |
2015-03-20 |
Richard Godbee | CRYPTO_128_unwrap(): Fix refactoring damage |
tree | commitdiff |
2015-03-20 |
Richard Godbee | wrap128.c: Fix Doxygen comments |
tree | commitdiff |
2015-03-17 |
Matt Caswell | Fix unintended sign extension |
tree | commitdiff |
2015-03-13 |
Petr Spacek | Fix key wrapping mode with padding to conform to RFC... |
tree | commitdiff |
2015-03-08 |
Andy Polyakov | ARMv4 assembly pack: add Cortex-A15 performance data. |
tree | commitdiff |
2015-02-03 |
Rich Salz | Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp |
tree | commitdiff |
2015-01-30 |
Andy Polyakov | modes/gcm128.c: harmonize ctx->ghash assignment, shortc... |
tree | commitdiff |
2015-01-30 |
Andy Polyakov | modes/gcm128.c: fix OPENSSL_SMALL_FOOTPRINT compile... |
tree | commitdiff |
2015-01-28 |
Matt Caswell | Fix warning on some compilers where variable index... |
tree | commitdiff |
2015-01-23 |
Andy Polyakov | Add assembly support to ios64-cross. |
tree | commitdiff |
2015-01-22 |
Matt Caswell | Run util/openssl-format-source -v -c . |
tree | commitdiff |
2015-01-22 |
Matt Caswell | Move more comments that confuse indent |
tree | commitdiff |
2015-01-22 |
Andy Polyakov | crypto/ofb128.c: make it indent-friendly. |
tree | commitdiff |
2015-01-22 |
Andy Polyakov | modes/ctr128.c: make it indent-friendly. |
tree | commitdiff |
2015-01-22 |
Andy Polyakov | modes/cfb128.c: make it indent-friendly. |
tree | commitdiff |
2015-01-22 |
Andy Polyakov | modes/modes_lcl.h: make it indent-friendly. |
tree | commitdiff |
2015-01-22 |
Andy Polyakov | modes/gcm128.c: make it indent-friendly. |
tree | commitdiff |
2015-01-22 |
Andy Polyakov | modes/cts128.c: make it indent-friendly. |
tree | commitdiff |
2015-01-14 |
Rich Salz | Cleanup OPENSSL_NO_xxx, part 1 master-pre-reformat |
tree | commitdiff |
2015-01-13 |
Andy Polyakov | Add Broadwell performance results. |
tree | commitdiff |
2015-01-04 |
Andy Polyakov | Remove inconsistency in ARM support. |
tree | commitdiff |
2014-12-30 |
Tim Hudson | mark all block comments that need format preserving... |
tree | commitdiff |
2014-12-08 |
Dr. Stephen Henson | remove OPENSSL_FIPSAPI |
tree | commitdiff |
2014-12-08 |
Dr. Stephen Henson | Remove fips_constseg references. |
tree | commitdiff |
2014-12-08 |
Dr. Stephen Henson | Remove fipscanister build functionality from makefiles. |
tree | commitdiff |
2014-12-08 |
Matt Caswell | Added OPENSSL_NO_OCB guards |
tree | commitdiff |
2014-12-08 |
Matt Caswell | Add support for OCB mode as per RFC7253 |
tree | commitdiff |
2014-11-28 |
Rich Salz | Remove all .cvsignore files |
tree | commitdiff |
2014-09-20 |
Andy Polyakov | Harmonize Tru64 and Linux make rules. |
tree | commitdiff |
2014-08-30 |
Andy Polyakov | x86[_64] assembly pack: add Silvermont performance... |
tree | commitdiff |
2014-08-28 |
Rich Salz | Merge branch 'master' of git.openssl.org:openssl |
tree | commitdiff |
2014-08-28 |
Rich Salz | RT2308: Add extern "C" { ... } wrapper |
tree | commitdiff |
2014-07-20 |
Andy Polyakov | Engage GHASH for PowerISA 2.0.7. |
tree | commitdiff |
2014-07-20 |
Andy Polyakov | Add GHASH for PowerISA 2.0.7. |
tree | commitdiff |
2014-07-18 |
Dr. Stephen Henson | RFC 5649 support. |
tree | commitdiff |
2014-07-17 |
Dr. Stephen Henson | Sanity check lengths for AES wrap algorithm. |
tree | commitdiff |
2014-07-16 |
Andy Polyakov | Revert "Add GHASH for PowerISA 2.07." |
tree | commitdiff |
2014-07-16 |
Andy Polyakov | Revert "Engage GHASH for PowerISA 2.07." |
tree | commitdiff |
2014-07-16 |
Andy Polyakov | Engage GHASH for PowerISA 2.07. |
tree | commitdiff |
2014-07-16 |
Andy Polyakov | Add GHASH for PowerISA 2.07. |
tree | commitdiff |
2014-07-09 |
Andy Polyakov | x86_64 assembly pack: improve masm support. |
tree | commitdiff |
2014-07-08 |
Andy Polyakov | Please Clang's sanitizer. |
tree | commitdiff |
2014-06-29 |
Rich Salz | Merge branch 'master' of git.openssl.org:openssl |
tree | commitdiff |
2014-06-28 |
Andy Polyakov | x86_64 assembly pack: refine clang detection. |
tree | commitdiff |
2014-06-24 |
Andy Polyakov | x86_64 assembly pack: addendum to last clang commit. |
tree | commitdiff |
2014-06-24 |
Andy Polyakov | x86_64 assembly pack: allow clang to compile AVX code. |
tree | commitdiff |
2014-06-24 |
Andy Polyakov | ARMv8 assembly pack: add Cortex performance numbers. |
tree | commitdiff |
2014-06-11 |
Andy Polyakov | ghash-x86_64.pl: optimize for upcoming Atom. |
tree | commitdiff |
2014-06-06 |
Andy Polyakov | ARM assembly pack: get ARMv7 instruction endianness... |
tree | commitdiff |
2014-06-06 |
Andy Polyakov | Engage GHASH for ARMv8. |
tree | commitdiff |
2014-06-06 |
Andy Polyakov | Add GHASH for ARMv8 Crypto Extension. |
tree | commitdiff |
2014-05-04 |
Andy Polyakov | C64x+ assembly pack: make it work with older toolchain. |
tree | commitdiff |
2014-04-24 |
Andy Polyakov | bn/asm/armv4-gf2m.pl, modes/asm/ghash-armv4.pl: faster... |
tree | commitdiff |
2014-04-06 |
Andy Polyakov | crypto/modes/gcm128.c: more strict aliasing fixes. |
tree | commitdiff |
2014-02-19 |
Dr. Stephen Henson | make depend |
tree | commitdiff |
2014-02-13 |
Andy Polyakov | ghash-x86[_64].pl: ~15% improvement on Atom Silvermont |
tree | commitdiff |
2014-02-01 |
Andy Polyakov | modes/asm/ghash-s390x.pl: +15% performance improvement... |
tree | commitdiff |
2013-11-12 |
Andy Polyakov | modes/asm/ghash-alpha.pl: fix typo. |
tree | commitdiff |
2013-11-12 |
Andy Polyakov | Make Makefiles OSF-make-friendly. |
tree | commitdiff |
2013-11-09 |
Andy Polyakov | modes/asm/ghash-alpha.pl: make it work with older assem... |
tree | commitdiff |
2013-11-08 |
Andy Polyakov | modes/asm/ghash-alpha.pl: make it work with older assem... |
tree | commitdiff |
2013-10-13 |
Andy Polyakov | Initial aarch64 bits. |
tree | commitdiff |
2013-09-09 |
Andy Polyakov | crypto/modes/asm/aesni-gcm-x86_64.pl: minor optimization. |
tree | commitdiff |
2013-09-05 |
Veres Lajos | misspellings fixes by https://github.com/vlajos/misspel... |
tree | commitdiff |
2013-07-17 |
Dr. Stephen Henson | EVP support for wrapping algorithms. |
tree | commitdiff |
2013-06-18 |
Andy Polyakov | PA-RISC assembler pack: switch to bve in 64-bit builds. |
tree | commitdiff |
2013-06-10 |
Andy Polyakov | ghash-x86_64.pl: add Haswell performance data. |
tree | commitdiff |
2013-04-13 |
Andy Polyakov | crypto/modes/modes_lcl.h: let STRICT_ALIGNMENT be on... |
tree | commitdiff |
2013-04-04 |
Andy Polyakov | gcm128.c: fix linking problems in 32-bit Windows build. |
tree | commitdiff |
2013-03-29 |
Andy Polyakov | Add AES-NI GCM stitch. |
tree | commitdiff |
2013-03-24 |
Andy Polyakov | ghash-x86_64.pl: add AVX code path. |
tree | commitdiff |
2013-03-19 |
Andy Polyakov | ghash-x86_64.pl: minor optimization. |
tree | commitdiff |
2013-03-06 |
Andy Polyakov | ghash-x86_64.pl: fix length handling bug. |
tree | commitdiff |
2013-02-21 |
Ben Laurie | make depend. |
tree | commitdiff |
2013-02-14 |
Andy Polyakov | ghash-x86[_64].pl: code refresh. |
tree | commitdiff |
next |