CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2016/12/13 13:41:35
Modified files: lib/libcrypto/man: Makefile Added files: lib/libcrypto/man: RSA_PSS_PARAMS_new.3 Log message: Start RSA_PSS_PARAMS_new(3) stub from scratch. Both functions are listed in <openssl/rsa.h> and OpenSSL doc/man3/X509_dup.pod. Note that the OpenSSL documentation specifies the wrong header file. More could probably be said about PSS, but this is a start...