44 次代码提交 (17d553d29914c8818fd4a6e9f57ab776ebacab5c)

作者 SHA1 备注 提交日期
  David Benjamin 5d626b223b Add some more compatibility functions. 6 年前
  David Benjamin ebd87230ac Bring ERR_ERROR_STRING_BUF_LEN down to 120. 6 年前
  David Benjamin a5462d3050 Actually deprecate ERR_remove_thread_state. 6 年前
  David Benjamin b25a8999be Add the ability to save and restore the error state. 7 年前
  David Benjamin a65c252f78 Further simplify error queue flags. 7 年前
  David Benjamin 51776b0aeb Document more of err.h. 7 年前
  David Benjamin e1c3dad959 Error data is always a NUL-terminated malloced string. 7 年前
  David Benjamin be90bf764a Clarify ERR_print_errors_* clear the error queue. 7 年前
  David Benjamin 4512b792ba Run comment conversion script on include/ 7 年前
  David Benjamin 0d5bf8d86d Document ERR_error_string_n standalone. 7 年前
  David Benjamin 1d6eeb3b85 Spellcheck our public headers. 7 年前
  David Benjamin b1133e9565 Fix up macros. 8 年前
  Adam Langley eac0ce09d8 Have doc.go parse struct comments. 8 年前
  Brian Smith 8d3c43e4b1 Annotate |ERR_add_error_dataf| as |OPENSSL_PRINTF_FORMAT_FUNC|. 8 年前
  Adam Langley 5f88999a1e Fix up several comments and detect problems in the future. 9 年前
  David Benjamin 3fc138eccd Don't bother sampling __func__. 9 年前
  David Benjamin 2079ee70c6 Fix minor documentation mistake. 9 年前
  David Benjamin 207bb4391f ERR_LIB_USER should be the last error. 9 年前
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9 年前
  David Benjamin 34248d4cb7 Get rid of err function codes. 9 年前
  Kenny Root 3a9e1fba0e Correct various documentation typos 9 年前
  Matt Braithwaite 9b68e72d18 Define compatibility function |ERR_remove_state|. 9 年前
  Matt Braithwaite 9febf19e54 Add do-nothing compatibility function |ERR_load_ERR_strings|. 9 年前
  Brian Smith f86c199f67 Fix Windows newline in err.h from commit 83a8298. 9 年前
  Brian Smith 054e682675 Eliminate unnecessary includes from low-level crypto modules. 9 年前
  Brian Smith 83a82981dc Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. 9 年前
  Adam Langley b9e77a0c0c Use thread-local storage for ERR. 9 年前
  Adam Langley 2e0f0711dd Remove the implementation abstraction from ERR. 9 年前
  Adam Langley 29b186736c Precompute sorted array for error strings. 9 年前
  Adam Langley f0eb169829 Free all error queues on shutdown. 9 年前
  David Benjamin 5b082e880d Various documentation fixes. 9 年前
  Adam Langley 2bca0988a4 Free more memory in cleanup functions. 9 年前
  Adam Langley 7cc3f992ae Add declarations for Android compatibility funcs. 9 年前
  Nick Harper 4685e87746 Implement HKDF. 10 年前
  Adam Langley e6def376fe Remove ERR_LIB_PKCS12. 10 年前
  Adam Langley 5f1374e203 Retain ownership of malloced error data. 10 年前
  David Benjamin c7dd5f301f ERR_GET_* macros return int. 10 年前
  David Benjamin c44d2f4cb8 Convert all zero-argument functions to '(void)' 10 年前
  Adam Langley 660140206e Add EVP_EncodedLength. 10 年前
  Adam Langley 03d31ed3e4 Add ERR_remove_thread_state (for Android). 10 年前
  Adam Langley eb7d2ed1fe Add visibility rules. 10 年前
  Piotr Sikora c3e431762a Add OpenSSL-compatible alias for ERR_FLAG_STRING flag. 10 年前
  Adam Langley 4c921e1bbc Move public headers to include/openssl/ 10 年前
  Adam Langley 95c29f3cd1 Inital import. 10 年前