History log of /openbsd-src/lib/libcrypto/man/PEM_read.3 (Results 1 – 15 of 15)
Revision Date Author Comments
# 769b1264 18-Sep-2023 schwarze <schwarze@openbsd.org>

PEM_def_callback(3) does not truncate its argument but merely the copy,
plus a few wording improvements


# 1ab0fb16 15-Jan-2022 jsg <jsg@openbsd.org>

spelling
ok tb@


# c5d247d8 12-Mar-2021 jsg <jsg@openbsd.org>

spelling


# 7e22e691 23-Jul-2020 schwarze <schwarze@openbsd.org>

document PEM_X509_INFO_read(3) and PEM_X509_INFO_read_bio(3)
OK tb@


# eb87f619 15-Jun-2020 schwarze <schwarze@openbsd.org>

Document PEM_def_callback(3).
Move pem_password_cb(3) to the file PEM_read(3) and rewrite
its description from scratch for precision and conciseness.
Plus some minor improvements in the vicinity.
Twe

Document PEM_def_callback(3).
Move pem_password_cb(3) to the file PEM_read(3) and rewrite
its description from scratch for precision and conciseness.
Plus some minor improvements in the vicinity.
Tweaks and OK tb@.

show more ...


# 60f0d397 12-Jun-2020 schwarze <schwarze@openbsd.org>

document PEM_ASN1_read(3) and PEM_ASN1_read_bio(3);
tweaks and OK tb@


# ab3cf6db 10-Jun-2019 schwarze <schwarze@openbsd.org>

delete references to ERR pages from SEE ALSO where such
references were already given below RETURN VALUES right above


# 00d4e240 10-Jun-2019 schwarze <schwarze@openbsd.org>

add links back to crypto(3) to function group entry pages
and to isolated obsolete pages;
OK bcook@ jmc@


# c4c55c71 06-Jun-2019 schwarze <schwarze@openbsd.org>

Tree structure for manual pages: crypto(3) links to 33 function
group pages, and these link on to all their second-level subpages.
Only a handful of second-level pages have third-level subpages.
So a

Tree structure for manual pages: crypto(3) links to 33 function
group pages, and these link on to all their second-level subpages.
Only a handful of second-level pages have third-level subpages.
So all crypto pages can now be reached from the www.libressl.org
frontpage via at most four clicks, in most cases three clicks.
Also link back from leaf pages to their respective group pages
and add a couple of additional links between related pages.
Triggered by a question from deraadt@.
OK jmc@ tb@

show more ...


# fba89524 13-May-2018 schwarze <schwarze@openbsd.org>

In pem.h rev. 1.18 2018/05/13 10:47:54, tb@ added const qualifiers
to the "name", "header", and "data" arguments of PEM_write(3) and
PEM_write_bio(3). Adjust the manual.


# 10e00d17 27-Mar-2018 schwarze <schwarze@openbsd.org>

found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs
on the web, so fix up SSLeay HISTORY accordingly


# 529a0055 21-Mar-2018 schwarze <schwarze@openbsd.org>

pem.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git


# 77f706dc 20-Aug-2017 schwarze <schwarze@openbsd.org>

import PEM_bytes_read_bio(3) from OpenSSL,
dropping the secmem stuff that we don't want


# 1143dfa4 29-Nov-2016 jmc <jmc@openbsd.org>

minor cleanup;


# cfa21b48 28-Nov-2016 schwarze <schwarze@openbsd.org>

import from OpenSSL with minor tweaks