1. de44a4a Rename ecp_check_prvkey with a 'i' for consistency by Manuel Pégourié-Gonnard · 11 years ago
  2. 81c313c Add #ifdef's on RSA and EC in PK by Manuel Pégourié-Gonnard · 11 years ago
  3. 1f73a65 Fix ommission in pk_free(). by Manuel Pégourié-Gonnard · 11 years ago
  4. 7a6c946 Fix error code in pk.h by Manuel Pégourié-Gonnard · 11 years ago
  5. 8838099 Add x509parse_{,public}_key{,file}() by Manuel Pégourié-Gonnard · 11 years ago
  6. 12e0ed9 Add pk_context and associated functions by Manuel Pégourié-Gonnard · 11 years ago
  7. d4ec21d Add a check for multiple curve specification by Manuel Pégourié-Gonnard · 11 years ago
  8. 80300ad Add checks for pk_alg. by Manuel Pégourié-Gonnard · 11 years ago
  9. 9c1cf45 Implement x509parse_key_pkcs8_encrypted_der_ec() by Manuel Pégourié-Gonnard · 11 years ago
  10. a5d9974 Split up x509_parse_pkcs8_encrypted_der() by Manuel Pégourié-Gonnard · 11 years ago
  11. 416fa8f Implement x509parse_key_pkcs8_unencrypted_der_ec() by Manuel Pégourié-Gonnard · 11 years ago
  12. f8648d5 Fix undocumented feature of pem_read_buffer() by Manuel Pégourié-Gonnard · 11 years ago
  13. e366342 Implement x509parse_key_sec1_der() by Manuel Pégourié-Gonnard · 11 years ago
  14. 15e8b82 Fill in x509parse_key_ec using stub function by Manuel Pégourié-Gonnard · 11 years ago
  15. 73c0cda Complete x509parse_public_key_ec() by Manuel Pégourié-Gonnard · 11 years ago
  16. f838eed Add x509_get_ecparams() by Manuel Pégourié-Gonnard · 11 years ago
  17. f0b30d0 Add oid_get_ec_grp() and associated data by Manuel Pégourié-Gonnard · 11 years ago
  18. 5a9b82e Make oid_get_pk_alg handle EC algorithms by Manuel Pégourié-Gonnard · 11 years ago
  19. dffba8f Fix bug in oid_get_numeric_string() by Manuel Pégourié-Gonnard · 11 years ago
  20. 444b427 Optionally allow parameters in x509_get_tag() by Manuel Pégourié-Gonnard · 11 years ago
  21. 26833c2 Add stubs for x509parse_key_ec and co. by Manuel Pégourié-Gonnard · 11 years ago
  22. 4250a1f Fix a comment and some whitespace by Manuel Pégourié-Gonnard · 11 years ago
  23. ba4878a Rename x509parse_key & co with _rsa suffix by Manuel Pégourié-Gonnard · 11 years ago
  24. c8dc295 Add ecp_check_prvkey, with test by Manuel Pégourié-Gonnard · 11 years ago
  25. b8c6e0e Add ecp_keypair struct, init/free and constants by Manuel Pégourié-Gonnard · 11 years ago
  26. 7c8934e Add ecdsa_init and ecdsa_free by Manuel Pégourié-Gonnard · 11 years ago
  27. 1ef120f Updated buffer-allocator with free-block-list to speed up searches by Paul Bakker · 11 years ago
  28. 41350a9 Fixed spaces in memory_buffer_alloc.c by Paul Bakker · 11 years ago
  29. fa9b100 Also compiles / runs without time-based functions in OS by Paul Bakker · 11 years ago
  30. 891998e Added extra debug information to memory_buffer_alloc_status() by Paul Bakker · 11 years ago
  31. bd55244 Removed memory leak in PKCS#12 code by Paul Bakker · 11 years ago
  32. 4632083 Removed memory leaks in PKCS#5 functions by Paul Bakker · 11 years ago
  33. 6e339b5 Memory-allocation abstraction layer and buffer-based allocator added by Paul Bakker · 11 years ago
  34. f863485 Remove memory leak in PKCS#5 self test by Paul Bakker · 11 years ago
  35. abf2f8f zlib compression/decompression skipped on empty blocks by Paul Bakker · 11 years ago
  36. e5bffc3 Removed redundant includes by Paul Bakker · 11 years ago
  37. d2681d8 Renamed sha2.{c,h} to sha256.{c,h} and sha4.{c,h} to sha512.{c,h} by Paul Bakker · 11 years ago
  38. 9e36f04 SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly by Paul Bakker · 11 years ago
  39. 3866b9f Removed redundant inclusion by Paul Bakker · 11 years ago
  40. fd3eac5 Cleaned up ECP error codes by Paul Bakker · 11 years ago
  41. 5dc6b5f Made supported curves configurable by Paul Bakker · 11 years ago
  42. e2ab84f Renamed error_strerror() to the less conflicting polarssl_strerror() by Paul Bakker · 11 years ago
  43. 2fbefde Client and server now filter sent and accepted ciphersuites on minimum by Paul Bakker · 11 years ago
  44. 59c28a2 SSL v2 handshake should also handle dynamic ciphersuites by Paul Bakker · 11 years ago
  45. f8d018a Made asn1_get_alg() and asn1_get_alg_null() as generic functions by Paul Bakker · 11 years ago
  46. ce6ae23 Macro-ized the final internal OID functions by Paul Bakker · 11 years ago
  47. 47fce02 Defines around module-dependent OIDs by Paul Bakker · 11 years ago
  48. 7749a22 Moved PKCS#12 cipher layer based PBE detection to use OID database by Paul Bakker · 11 years ago
  49. dd1150e Macro-ized single and double attribute functions in OID database by Paul Bakker · 11 years ago
  50. bd51ad5 Re-ordered OID internals. Made macro for oid_XXX_from_asn1() functions by Paul Bakker · 11 years ago
  51. 9b5e885 PKCS#5 PBES2 now uses OID database for algorithm detection by Paul Bakker · 11 years ago
  52. c5a79cc Fixed compiler warnings for unused parameter ssl by Paul Bakker · 11 years ago
  53. b9d3cfa Split up GCM into a start/update/finish cycle by Paul Bakker · 11 years ago
  54. 534f82c Made ctr_drbg_init_entropy_len() non-static and defined by Paul Bakker · 11 years ago
  55. b6c5d2e Cleanup up non-prototyped functions (static) and const-correctness by Paul Bakker · 11 years ago
  56. 169b7f4 Fixed gcm.c formatting (removed redundant spaces) by Paul Bakker · 11 years ago
  57. bda7cb7 Fixed minor comment typo by Paul Bakker · 11 years ago
  58. 38b50d7 Moved PKCS#12 PBE functions to cipher / md layer where possible by Paul Bakker · 11 years ago
  59. 0e34235 Fixed values for 2-key Triple DES in cipher layer by Paul Bakker · 11 years ago
  60. a4232a7 x509parse_crt() and x509parse_crt_der() return X509 password related codes by Paul Bakker · 11 years ago
  61. 7282309 Removed redundant free()s by Paul Bakker · 11 years ago
  62. cf445ff Added missing free() by Paul Bakker · 11 years ago
  63. 28144de PKCS#5 v2 PBES2 support and use in PKCS#8 encrypted certificates by Paul Bakker · 11 years ago
  64. b0c19a4 PKCS#5 module added. Moved PBKDF2 functionality inside and deprecated by Paul Bakker · 11 years ago
  65. fc4f46f Fixed bignum.c and bn_mul.h to support Thumb2 and LLVM compiler by Paul Bakker · 11 years ago
  66. 531e294 Fixed location of brackets in pkcs12.c by Paul Bakker · 11 years ago
  67. 2c8cdd2 x509parse_crtpath() is now reentrant and uses more portable stat() by Paul Bakker · 11 years ago
  68. 42c6581 Changed x509parse_crt_der() to support adding to chain. by Paul Bakker · 11 years ago
  69. 90995b5 Added mechanism to provide alternative cipher / hash implementations by Paul Bakker · 11 years ago
  70. f1f21fe Parsing of PKCS#8 encrypted private key files added and PKCS#12 basis by Paul Bakker · 11 years ago
  71. e2f5040 Internally split up x509parse_key() by Paul Bakker · 11 years ago
  72. 89ecb2d ssl_parse_certificate() now calls x509parse_crt_der() directly by Paul Bakker · 11 years ago
  73. 5ed3b34 x509parse_crt() now better handles PEM error situations by Paul Bakker · 11 years ago
  74. 00b2860 pem_read_buffer() already update use_len after header and footer are read by Paul Bakker · 11 years ago
  75. 3c2122f Fixed const correctness issues that have no impact on the ABI by Paul Bakker · 11 years ago
  76. 2013950 Secure renegotiation extension should only be sent in case client supports secure renegotiation by Paul Bakker · 11 years ago
  77. 73d4431 Fixed parse error in ssl_parse_certificate_request() by Paul Bakker · 12 years ago
  78. f6a19bd Possible resource leak on FILE* removed in X509 parse by Paul Bakker · 12 years ago
  79. c72d3f7 Possible resource leak on FILE* removed in CTR_DRBG by Paul Bakker · 12 years ago
  80. 40afb4b Added PSK GCM, SHA256 and SHA384 ciphers from RFC5487 by Paul Bakker · 12 years ago
  81. a1bf92d Added PSK NULL ciphers from RFC4785 by Paul Bakker · 12 years ago
  82. 48f7a5d DHE-PSK based ciphersuite support added and cleaner key exchange based by Paul Bakker · 12 years ago
  83. 188c8de Only allow missing SereverKeyExchange message in bare PSK mode by Paul Bakker · 12 years ago
  84. e07f41d Introduced defines to control availability of specific SSL Key Exchange methods. by Paul Bakker · 12 years ago
  85. ed27a04 More granular define selections within code to allow for smaller code sizes by Paul Bakker · 12 years ago
  86. 73a899a Changed error code message to also cover missing pre-shared key by Paul Bakker · 12 years ago
  87. fbb1780 Added pre-shared key handling for the server side of SSL / TLS by Paul Bakker · 12 years ago
  88. 70df2fb Split parts of ssl_parse_client_key_exchange() into separate functions by Paul Bakker · 12 years ago
  89. d4a56ec Added pre-shared key handling for the client side of SSL / TLS by Paul Bakker · 12 years ago
  90. f7abd42 Removed extra spaces on end of lines by Paul Bakker · 12 years ago
  91. 29e1f12 split parts of ssl_parse_server_key_exchange() into separate functions by Paul Bakker · 12 years ago
  92. 8f4ddae Ability to specify allowed ciphersuites based on the protocol version. by Paul Bakker · 12 years ago
  93. 0ecdb23 Cleanup of the GCM code by Paul Bakker · 12 years ago
  94. a280d0f Fixed compiler warning for possible uninitialized ret by Paul Bakker · 12 years ago
  95. 27714b1 Added Camellia ECDHE-based CBC ciphersuites by Paul Bakker · 12 years ago
  96. bfe671f Blowfish has default of 128-bit keysize in cipher layer by Paul Bakker · 12 years ago
  97. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago
  98. 37de6be Const correctness added for asn1write functions by Paul Bakker · 12 years ago
  99. 3b6a07b Prevented compiler warning on uninitialized end by Paul Bakker · 12 years ago
  100. d3edc86 Moved writing of client extensions to separate functions in ssl_cli.c by Paul Bakker · 12 years ago