1. c671843 a_strex.c: prevent out of bound read in do_buf() by Dr. Matthias St. Pierre · 7 years ago
  2. 6ec5fce Update copyright year by Matt Caswell · 7 years ago
  3. d8f436f a_strex.c: improve documentation of 'tag2nbyte' lookup table by Dr. Matthias St. Pierre · 7 years ago
  4. e62fb0d p5_scrypt.c: fix error check of RAND_bytes() call by Dr. Matthias St. Pierre · 7 years ago
  5. 2842813 Update copyright year by Richard Levitte · 7 years ago
  6. cdb10ba Set error code on alloc failures by Rich Salz · 7 years ago
  7. bcc6371 Fix a text canonicalisation bug in CMS by Matt Caswell · 7 years ago
  8. c4d3c19 Update copyright year by Matt Caswell · 7 years ago
  9. 53c9818 Don't write out a bad OID by Matt Caswell · 7 years ago
  10. 4cabbb9 Limit ASN.1 constructed types recursive definition depth by Matt Caswell · 7 years ago
  11. b0edda1 Update copyright year by Matt Caswell · 7 years ago
  12. e8f9f08 Add functions for setting the new EVP_PKEY_ASN1_METHOD functions by Matt Caswell · 7 years ago
  13. 13735cf Integrate X448 and Ed448 into libcrypto by Matt Caswell · 7 years ago
  14. 0d66475 Update copyright year by Matt Caswell · 7 years ago
  15. 97d37b8 Generate copyright year properly by Rich Salz · 7 years ago
  16. 6738bf1 Update copyright year by Matt Caswell · 7 years ago
  17. a26dd46 Fix error-path memory leak in asn_mime.c by Todd Short · 7 years ago
  18. 3bf0c3f Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find() by Richard Levitte · 7 years ago
  19. 7203c94 Revert "EVP_PKEY_asn1_add0(): Check that this method isn't already registered" by Richard Levitte · 7 years ago
  20. fce78bd Fix invalid function type casts. Rename bio_info_cb to BIO_info_cb. by Bernd Edlinger · 7 years ago
  21. a0fda2c Address some code-analysis issues. by FdaSilvaYY · 7 years ago
  22. cbe2964 Consistent formatting for sizeof(foo) by Rich Salz · 7 years ago
  23. b000470 Support public key and param check in EVP interface by Paul Yang · 7 years ago
  24. 3724631 asn1/a_strex.c: fix flags truncation in do_esc_char. by Andy Polyakov · 7 years ago
  25. 46f4e1b Many spelling fixes/typo's corrected. by Josh Soref · 7 years ago
  26. a6f622b Add error handling in dsa_main and ASN1_i2d_bio. by Pavel Kopyl · 7 years ago
  27. d85722d EVP_PKEY_asn1_add0(): Check that this method isn't already registered by Richard Levitte · 7 years ago
  28. 5e00608 EVP_PKEY_ASN1_METHOD: add functions to set siginf_set and pkey_check methods by Richard Levitte · 7 years ago
  29. fe6fcd3 asn1_item_embed_new(): if locking failed, don't call asn1_item_embed_free() by Richard Levitte · 7 years ago
  30. 03996c1 asn1_item_embed_new(): don't free an embedded item by Richard Levitte · 7 years ago
  31. 590bbdf asn1_item_embed_new(): don't free an embedded item by Richard Levitte · 7 years ago
  32. 0c1aaa2 Remove duplicate assignment. by KaoruToda · 7 years ago
  33. 26a7d93 Remove parentheses of return. by KaoruToda · 7 years ago
  34. e3713c3 Remove email addresses from source code. by Rich Salz · 7 years ago
  35. 208fb89 Since return is inconsistent, I removed unnecessary parentheses and by KaoruToda · 7 years ago
  36. 1f5e0f9 Use safestack.h exclusively internally. by Pauli · 8 years ago
  37. 6b1c820 Fix overflow in c2i_ASN1_BIT_STRING. by David Benjamin · 8 years ago
  38. e44d376 Fix return value of ASN1_TIME_compare by Todd Short · 8 years ago
  39. cd420b0 Move the REF_PRINT support from e_os.h to internal/refcount.h. by Pauli · 8 years ago
  40. 677963e e_os.h removal from other headers and source files. by Pauli · 8 years ago
  41. b379fe6 NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guard by Richard Levitte · 8 years ago
  42. 176db6d Use "" not <> for internal/ includes by Rich Salz · 8 years ago
  43. a1df06b This has been added to avoid the situation where some host ctype.h functions by Pauli · 8 years ago
  44. 297c114 Remove OPENSSL_assert() from crypto/asn1/bio_asn1.c by Matt Caswell · 8 years ago
  45. 12997aa Revert "Add some casts for %j" by Rich Salz · 8 years ago
  46. c4d2e48 Add some casts for %j by Rich Salz · 8 years ago
  47. 5f8dd0f Add missing include of cryptlib.h by Rich Salz · 8 years ago
  48. cf37aaa Consolidate to a single asn1_time_from_tm() function by Todd Short · 8 years ago
  49. b7e011f asn1/a_time.c: make handling of 'fractional point' formally correct. by Andy Polyakov · 8 years ago
  50. f673c4f Refactor ASN1_TIME_print functions by Paul Yang · 8 years ago
  51. 3ca1f89 Fix coding style nits in crypto/asn1/a_strnid.c by Paul Yang · 8 years ago
  52. 52b6e17 Fix trivial coding style nits in a_time/a_tm files by Pauli · 8 years ago
  53. e15c95c make scrypt ASN.1 parameter functions public by Hubert Kario · 8 years ago
  54. 386e916 Fix nid assignment in ASN1_STRING_TABLE_add by lolyonok · 8 years ago
  55. 1a68e5b Improve struct tm population by Pauli · 8 years ago
  56. 3d0f1cb Add asn1_time_to_tm function and check days in month by Paul Yang · 8 years ago
  57. 1f06acc Change return (x) to return x by Pauli · 8 years ago
  58. a9a157e Avoid having an unsigned integer decrement below zero. by Pauli · 8 years ago
  59. 60eba30 Memory bounds checking in asn1 code. by Pauli · 8 years ago
  60. 0904e79 Undo commit d420ac2 by Rich Salz · 8 years ago
  61. 624265c Cleanup some copyright stuff by Rich Salz · 8 years ago
  62. 86f7b04 Make asn1_d2i_read_bio accessible from STORE by Richard Levitte · 8 years ago
  63. 04e6271 Introduce ASN1_TIME_set_string_X509 API by Rich Salz · 8 years ago
  64. 1c036c6 Fix #340: Parse ASN1_TIME to struct tm by Todd Short · 8 years ago
  65. 52df25c make error tables const and separate header file by Rich Salz · 8 years ago
  66. 4a8ab10 Add some OID's from X.520 by Erwann Abalea · 8 years ago
  67. a13727e add method by Dr. Stephen Henson · 8 years ago
  68. 7dd6de9 Allow NULL md for custom signing methods by Dr. Stephen Henson · 8 years ago
  69. 9bfeeef Fix ASN1_TIME_to_generalizedtime to take a const ASN1_TIME by Matt Caswell · 8 years ago
  70. 7539418 Add EVP_DigestSign and EVP_DigesVerify by Dr. Stephen Henson · 8 years ago
  71. 20ee2bf Fix time offset calculation. by Todd Short · 8 years ago
  72. 1e93d61 asn1/a_int.c: fix "next negative minimum" corner case in c2i_ibuf. by Andy Polyakov · 8 years ago
  73. e8d5421 Annotate ASN.1 attributes of the jurisdictionCountryName NID by Alex Gaynor · 8 years ago
  74. 786b6a4 asn1/a_int.c: clean up asn1_get_int64. by Andy Polyakov · 8 years ago
  75. b997adb asn1/a_int.c: don't write result if returning error. by Andy Polyakov · 8 years ago
  76. 6d4321f asn1/a_int.c: simplify asn1_put_uint64. by Andy Polyakov · 8 years ago
  77. a3ea6bf asn1/a_int.c: remove code duplicate and optimize branches, by Andy Polyakov · 8 years ago
  78. 9612e15 ASN.1: adapt our use of INTxx et al by making them explicitely embedded by Richard Levitte · 8 years ago
  79. da26ff3 ASN.1: change INTxx, UINTxx and Z variants to be embedable by Richard Levitte · 8 years ago
  80. 49005bb ASN.1: extend the possibilities to embed data instead of pointers by Richard Levitte · 8 years ago
  81. 429223d Fix x_int64.c by Richard Levitte · 8 years ago
  82. 0856e3f Reject decoding of an INT64 with a value >INT64_MAX by Matt Caswell · 8 years ago
  83. 6a32a3c Act on deprecation of LONG and ZLONG, step 2 by Richard Levitte · 8 years ago
  84. 31ae516 Act on deprecation of LONG and ZLONG, step 1 by Richard Levitte · 8 years ago
  85. 7eb4c1e Discourage the use of LONG and ZLONG, and deprecate it in the future by Richard Levitte · 8 years ago
  86. 64f11ee Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variants by Richard Levitte · 8 years ago
  87. e128f89 asn1/x_long.c: remove conditions in inner loops and dependency on BN. by Andy Polyakov · 8 years ago
  88. 79b3452 Fix faulty check of padding in x_long.c by Richard Levitte · 8 years ago
  89. 8ac6a53 Fix a possible integer overflow in long_c2i by Matt Caswell · 8 years ago
  90. 5c7e654 make update by Richard Levitte · 8 years ago
  91. 93f7d6f Implement internal ASN.1 types INT32, UINT32, INT64, UINT64 by Richard Levitte · 8 years ago
  92. a6ac1ed Fix 0 -> NULL, indentation by FdaSilvaYY · 8 years ago
  93. ca2045d Fix decoding of ASN.1 LONG and ZLONG items by Richard Levitte · 8 years ago
  94. f125430 Exit the loop on failure by Jon Spillett · 8 years ago
  95. 7f517c2 Remove some commented out code in libcrypto by Matt Caswell · 8 years ago
  96. 4483e23 Fix potential memory leak in ASN1_TIME_to_generalizedtime() by Todd Short · 8 years ago
  97. aa402e2 Fix a slightly confusing if condition in a2i_ASN1_INTEGER. by Bernd Edlinger · 8 years ago
  98. 83b4049 Combined patch against master branch for the following issues: by Bernd Edlinger · 8 years ago
  99. 3f5616d Add support for parameterized SipHash by Todd Short · 8 years ago
  100. 52ad5b6 Add support for Poly1305 in EVP_PKEY by Todd Short · 8 years ago