CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2016/12/25 13:01:48
Modified files: lib/libcrypto/man: d2i_PrivateKey.3 Log message: Add missing functions d2i_PublicKey(3) and i2d_PublicKey(3) found in OpenSSL doc/man3/d2i_X509.pod. Simplify one-line description. Use the same parameter names as in ASN1_item_d2i(3). Point to ASN1_item_d2i(3) for details. Add a STANDRADS reference regarding PKCS#8 PrivateKeyInfo. Mention d2i_PrivateKey_bio(3) and d2i_PrivateKey_fp(3) in the DESCRIPTION and below RETURN VALUES. Add some missing markup and tweak some wording. Add some cross references.