1. 38fc02a Update copyright year by Matt Caswell · 3 years, 10 months ago
  2. 6c1d17c fix coverity 1485660 improper use of negative value by Pauli · 3 years, 10 months ago
  3. ed576ac Rename all getters to use get/get0 in name by Tomas Mraz · 3 years, 10 months ago
  4. b9b2135 Don't clear the whole error stack when loading engines by Matt Caswell · 4 years, 5 months ago
  5. cf8e8cb deprecate engines by Pauli · 4 years, 9 months ago
  6. 33388b4 Update copyright year by Matt Caswell · 5 years ago
  7. c72fa25 Deprecate the low level AES functions by Matt Caswell · 5 years ago
  8. 469ce8f Deprecate the "hw" configuration options, make "padlockeng" disablable by Richard Levitte · 6 years ago
  9. 149c12d Make the padlock engine build correctly by Richard Levitte · 6 years ago
  10. ab3fa1c Following the license change, modify the boilerplates in engines/ by Richard Levitte · 6 years ago
  11. 3a63dbe Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-dev by Richard Levitte · 6 years ago
  12. 1212818 Update copyright year by Matt Caswell · 7 years ago
  13. 3f5abab enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes] by Nicola Tuveri · 7 years ago
  14. 7b176a5 Only build the body of e_padlock when there are lower level routines by Richard Levitte · 8 years ago
  15. 440e5d8 Copyright consolidation 02/10 by Rich Salz · 9 years ago
  16. b1a07c3 Remove obsolete defined(__INTEL__) condition. by Andy Polyakov · 9 years ago
  17. 5158c76 Remove OPENSSL_NO_AES guards by Matt Caswell · 9 years ago
  18. b3599db Rename int_*() functions to *_int() by Matt Caswell · 9 years ago
  19. 342c21c Rename lots of *_intern or *_internal function to int_* by Matt Caswell · 9 years ago
  20. 6c13488 Make sure the rand_byte buffer in padlock engine is cleansed. by Richard Levitte · 9 years ago
  21. 921de15 Move dso.h to internal by Rich Salz · 9 years ago
  22. a57bfe4 Resolved unresolved symbols with no-hw by Matt Caswell · 9 years ago
  23. 44ab2df Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_data by Matt Caswell · 9 years ago
  24. 7b9f8f7 Auto init/deinit libcrypto by Matt Caswell · 9 years ago
  25. 39e8d0c Adapt all engines that need it to opaque EVP_CIPHER by Richard Levitte · 9 years ago
  26. 936166a Adapt cipher implementations to opaque EVP_CIPHER_CTX by Richard Levitte · 9 years ago
  27. 5564600 Continue malloc standardisation in engines by Matt Caswell · 9 years ago
  28. 16f8d4e memset, memcpy, sizeof consistency fixes by Rich Salz · 10 years ago
  29. 6f91b01 Live code cleanup: remove #if 1 stuff by Rich Salz · 10 years ago
  30. 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
  31. 1d97c84 mark all block comments that need format preserving so that by Tim Hudson · 10 years ago
  32. f756fb4 RT1815: More const'ness improvements by Justin Blanchard · 11 years ago
  33. dce7f14 Configure: reimplement commit#21695. by Andy Polyakov · 13 years ago
  34. ae55176 Fix some warnings caused by __owur. Temporarily (I hope) remove the more by Ben Laurie · 13 years ago
  35. 50452b2 e_padlock: add CTR mode. by Andy Polyakov · 13 years ago
  36. ed28aef Padlock engine: make it independent of inline assembler. by Andy Polyakov · 14 years ago
  37. 87f6b97 e_padlock.c: fix typo. by Andy Polyakov · 14 years ago
  38. 67d8487 e_padlock.c: last x86_64 commit didn't work with some optimizers. by Andy Polyakov · 14 years ago
  39. b508420 e_padlock.c: make it compile on MacOS X. by Andy Polyakov · 14 years ago
  40. eb164d0 stop warnings about no previous prototype when compiling shared engines by Dr. Stephen Henson · 14 years ago
  41. 3dccfc1 e_padlock.c: fix typo (missing #endif) and switch to __builtin_alloca by Andy Polyakov · 16 years ago
  42. e6b0c00 Make sure the padlock code compiles correctly even on hardware that by Richard Levitte · 16 years ago
  43. 127186b e_padlock: add support for x86_64 gcc. by Andy Polyakov · 16 years ago
  44. dd9557a Revert another size_t change. by Dr. Stephen Henson · 16 years ago
  45. 70d71f6 Fix warnings: printf format mismatches on 64 bit platforms. by Dr. Stephen Henson · 16 years ago
  46. eef0c1f Netware support. Submitted by: Guenter Knauf <eflash@gmx.net> by Dr. Stephen Henson · 17 years ago
  47. 097f9d8 Avoid warning. by Dr. Stephen Henson · 17 years ago
  48. 61775da Padlock engine fails to compile with -O0 -fPIC. by Andy Polyakov · 18 years ago
  49. 00b4e08 Move eng_padlock.c to ./engines. by Andy Polyakov · 18 years ago[Renamed from crypto/engine/eng_padlock.c]
  50. a6efc2d Fix mingw warnings. by Andy Polyakov · 18 years ago
  51. 3634d7e Gcc over-optimizes PadLock AES CFB codepath, tell it not to. by Andy Polyakov · 18 years ago
  52. 1a5a1a9 Stop compiler warnings. by Dr. Stephen Henson · 19 years ago
  53. 34b537e Fix CFB and OFB modes in eng_padlock.c. Engine was consistent with itself, by Andy Polyakov · 19 years ago
  54. 6c06918 Lower PADLOCK_CHUNK till value, which doesn't affect the benchmark results. by Andy Polyakov · 19 years ago
  55. 3eeaab4 make by Nils Larsch · 20 years ago
  56. 63d7407 changes from 0.9.8 by Nils Larsch · 20 years ago
  57. 2b85e23 Prototype mnemonics in padlock_verify_context for better portability by Andy Polyakov · 20 years ago
  58. 026bb0b Fix for bug emerged in openvpn conext. by Andy Polyakov · 20 years ago
  59. f8fa22d Some non-GNU compilers (such as Sun C) define __i386. by Andy Polyakov · 20 years ago
  60. e532a6c FreeBSD 5 refuses to #include <malloc.h>. Fix compiler warning after by Andy Polyakov · 20 years ago
  61. e7e1150 "Monolithic" x86 assembler replacement for aes_core.c. Up to +15% better by Andy Polyakov · 20 years ago
  62. c38ff58 Move the declaration of alloca() so it's ony declared when really necessary. by Richard Levitte · 21 years ago
  63. c743966 Nils Larsch reported that this include is required. Strange that this had by Geoff Thorpe · 21 years ago
  64. 6f9bafa - There's no more need for the snprintf macro. by Richard Levitte · 21 years ago
  65. 36734b2 Make VIA Padlock engine more platform friendly and eliminate compiler warning. by Andy Polyakov · 21 years ago
  66. d993add Stop compiler warnings. by Dr. Stephen Henson · 21 years ago
  67. 5269759 Minor VIA Padlock engine update: eliminate -Wunused warning when *not* by Andy Polyakov · 21 years ago
  68. b88606c Padlock engine update to fix a typo in MSC assembler and to address by Andy Polyakov · 21 years ago
  69. 7d15a55 Minor clean-up to make Microsoft compiler shut up. by Andy Polyakov · 21 years ago
  70. 5b17246 VIA C3 processor extends IA-32 instruction set with instuctions by Andy Polyakov · 21 years ago