summaryrefslogtreecommitdiff
path: root/src/g10lib.h
Commit message (Expand)AuthorAgeFilesLines
...
* SHA-512: Add AVX and AVX2 implementations for x86-64Jussi Kivilinna2013-12-131-0/+2
* SHA-256: Add SSSE3 implementation for x86-64Jussi Kivilinna2013-12-121-0/+1
* Move list of hardware features to hwfeatures.c.Werner Koch2013-12-121-1/+3
* Remove macro hacks for internal vs. external functions. Part 2 and last.Werner Koch2013-12-121-0/+30
* Remove macro hacks for internal vs. external functions. Part 1.Werner Koch2013-12-051-4/+0
* Add Intel PCLMUL acceleration for GCMJussi Kivilinna2013-11-201-0/+1
* mpi: Add special format GCRYMPI_FMT_OPAQUE.Werner Koch2013-11-111-1/+0
* Replace architecture specific fast_wipememory2 with genericJussi Kivilinna2013-10-231-60/+25
* sexp: Add function gcry_sexp_extract_param.Werner Koch2013-10-161-7/+6
* Prevent tail call optimization with _gcry_burn_stackJussi Kivilinna2013-10-101-1/+10
* pubkey: Move sexp parsing for gcry_pk_verify to the modules.Werner Koch2013-10-091-1/+6
* Remove last remains of the former module system.Werner Koch2013-10-021-46/+1
* Add logging functions to the API.Werner Koch2013-09-301-0/+4
* sexp: Change internal versions to always use gpg_err_code_t.Werner Koch2013-09-201-2/+2
* ecc: Implement Curve Ed25519 signing and verification.Werner Koch2013-09-161-0/+1
* Streamline the use of the internal mpi and hex debug functions.Werner Koch2013-09-111-0/+5
* Use gcc "unused" attribute only with gcc >= 3.5.Werner Koch2013-09-071-1/+4
* Change _gcry_burn_stack take burn depth as unsigned integerJussi Kivilinna2013-09-051-1/+1
* mpi: Suppress newer gcc warnings.Werner Koch2013-09-041-0/+7
* Add ARM HW feature detection module and add NEON detectionJussi Kivilinna2013-08-311-0/+2
* Add optimized wipememory for ARMJussi Kivilinna2013-08-191-1/+33
* Add detection for Intel AVX2 instruction setJussi Kivilinna2013-06-091-0/+1
* Add gcry_pubkey_get_sexp.Werner Koch2013-04-111-1/+1
* Remove unused code.Werner Koch2013-04-111-4/+0
* Add GCRYMPI_FLAG_CONST and make use constants.Werner Koch2013-03-131-0/+1
* Add AES-NI/AVX accelerated Camellia implementationJussi Kivilinna2013-02-191-0/+1
* Add support for using DRNG random number generatorDmitry Kasatkin2012-12-181-0/+1
* Optimize wipememory2 for i386 and x86-64Jussi Kivilinna2012-11-261-1/+42
* Replace deliberate division by zero with _gcry_divide_by_zero.Xi Wang2012-08-161-0/+2
* Add GCRYCTL_SET_ENFORCED_FIPS_FLAG command.Tomas Mraz2012-04-041-0/+2
* Fix missing prototype.Werner Koch2012-02-161-1/+1
* Fix pthread locking and remove defunctional support for static lock init.Marcus Brinkmann2012-01-031-0/+1
* Completed switch to a simpler thread model.Werner Koch2011-12-011-0/+1
* Removed the AC interface (gcry_ac_*)Werner Koch2011-09-151-1/+0
* Add GCRYCTL_DISABLE_HWFWerner Koch2011-02-161-1/+1
* Renamed existing flag for AES-NI and fixed detection.Werner Koch2011-02-111-2/+2
* Nuked almost all trailing whitespace.post-nuke-of-trailing-wsWerner Koch2011-02-041-10/+10
* Prepare support of ia32 AES instructionsWerner Koch2010-08-271-0/+3
* Applied spelling fixes and more verbose test diagnositcs by Brad Hards.Werner Koch2010-04-121-1/+1
* Support WindowsCE.Werner Koch2010-01-211-0/+3
* Prepare for FIPS186-3.Werner Koch2008-11-261-2/+8
* Implement FIPS 186-2 key generation.Werner Koch2008-11-251-0/+6
* Cleaned up the public key module calling conventions.Werner Koch2008-11-241-0/+4
* Autodetect useful gcc warnings in maintainer-mode.Werner Koch2008-10-301-1/+10
* Do no restrtc usage of MD5 in fips mode.Werner Koch2008-10-241-0/+4
* Implemented an Enforced FIPS mode.Werner Koch2008-09-181-0/+2
* Use syslog to log important messages.Werner Koch2008-09-151-1/+2
* Only run required tests during power-up self-test.Werner Koch2008-09-121-1/+1
* Let the test suite run the selftests even in non-fips mode.Werner Koch2008-09-051-1/+1
* Allow getting out of the FIPS error state by running a self-test.Werner Koch2008-08-271-0/+1