CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2021/11/12 07:05:28
Modified files: lib/libcrypto/man: X509_LOOKUP_hash_dir.3 X509_LOOKUP_new.3 X509_STORE_get_by_subject.3 X509_STORE_load_locations.3 Log message: As pointed out by tb@, LibreSSL no longer supports user-defined X509_LOOKUP_METHODs because these objects are now opaque. Simplify the documentation accordingly, shortening it by about 35 input lines in total, but continue providing the information which RETURN VALUES functions might return with other implementations of the library. OK tb@