summaryrefslogtreecommitdiffstats
path: root/doc/crypto/ERR_get_error.pod
AgeCommit message (Collapse)Author
2014-07-02Fix doc typo.Matt Smart
ERR_get_error(3) references the non-existent ERR_get_last_error_line_data instead of the one that does exist, ERR_peek_last_error_line_data. PR#3283 (cherry picked from commit 5cc99c6cf5e908df6b00b04af7f08e99c0698c7b)
2014-01-29Clarify docs.Dr. Stephen Henson
Remove reference to ERR_TXT_MALLOCED in the error library as that is only used internally. Indicate that returned error data must not be freed.
2002-11-29Correct some names.Richard Levitte
2002-01-24New functionsBodo Möller
ERR_peek_last_error ERR_peek_last_error_line ERR_peek_last_error_line_data (supersedes ERR_peek_top_error). Rename OPENSSL_NO_OLD_DES_SUPPORT into OPENSSL_DISABLE_OLD_DES_SUPPORT because OPENSSL_NO_... indicates disabled algorithms (according to mkdef.pl).
2000-09-20Malloc() -> OPENSSL_malloc() etc.Ulf Möller
2000-09-14In the name section, all the functions described shoud be enumerated.Richard Levitte
This will also make it much simpler to generate softlinks name like each function to man-pages containing the info.
2000-02-24nicer manpagesUlf Möller
2000-02-01Document ERR library.Ulf Möller