GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
RSA_PSS_PARAMS_NEW(3) FreeBSD Library Functions Manual RSA_PSS_PARAMS_NEW(3)

RSA_PSS_PARAMS_new, RSA_PSS_PARAMS_freeprobabilistic signature scheme with RSA hashing

#include <openssl/rsa.h>

RSA_PSS_PARAMS *
RSA_PSS_PARAMS_new(void);

void
RSA_PSS_PARAMS_free(RSA_PSS_PARAMS *params);

() allocates and initializes an empty RSA_PSS_PARAMS object, representing an ASN.1 RSASSA-PSS-params structure defined in RFC 8017 appendix A.2.3. It references the hash function and the mask generation function and stores the length of the salt and the trailer field number. () frees params.

RSA_PSS_PARAMS_new() returns the new RSA_PSS_PARAMS object or NULL if an error occurs.

RSA_new(3), RSA_padding_add_PKCS1_type_1(3), X509_sign(3)

RFC 8017: PKCS#1: RSA Cryptography Specifications Version 2.2

RSA_PSS_PARAMS_new() and RSA_PSS_PARAMS_free() first appeared in OpenSSL 1.0.1 and have been available since OpenBSD 5.3.

June 6, 2019 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.