OpenSSL
crypto- openssl_csr_export (csr, out, notext) - Exports a CSR as a string
- openssl_csr_export_to_file (csr, outfilename, notext) - Exports a CSR to a file
- openssl_csr_get_public_key (csr, use_shortnames) - Returns the public key of a CERT
- openssl_csr_get_subject (csr, use_shortnames) - Returns the subject of a CERT
- openssl_csr_new (dn, privkey, configargs, extraattribs) - Generates a CSR
- openssl_csr_sign (csr, cacert, priv_key, days, configargs, serial) - Sign a CSR with another certificate (or itself) and generate a certificate
- openssl_decrypt (data, method, password, raw_input) - Decrypts data
- openssl_dh_compute_key (pub_key, dh_key) - Computes shared secret for public value of remote DH key and local DH key
- openssl_digest (data, method, raw_output) - Computes a digest
- openssl_encrypt (data, method, password, raw_output) - Encrypts data
- openssl_error_string (data, method, password, raw_output) - Return openSSL error message
- openssl_free_key (key_identifier) - Free key resource
- openssl_get_cipher_methods (aliases) - Gets available cipher methods
- openssl_get_md_methods (aliases) - Gets available digest methods
- openssl_get_privatekey (aliases) - Alias of openssl_pkey_get_private()
- openssl_get_publickey (aliases) - Alias of openssl_pkey_get_public()
- openssl_open (sealed_data, open_data, env_key, priv_key_id) - Open sealed data
- openssl_pkcs12_export (x509, out, priv_key, pass, args) - Exports a PKCS#12 Compatible Certificate Store File to variable.
- openssl_pkcs12_export_to_file (x509, filename, priv_key, pass, args) - Exports a PKCS#12 Compatible Certificate Store File
- openssl_pkcs12_read (pkcs12, certs, pass) - Parse a PKCS#12 Certificate Store into an array
- openssl_pkcs7_decrypt (infilename, outfilename, recipcert, recipkey) - Decrypts an S/MIME encrypted message
- openssl_pkcs7_encrypt (infile, outfile, recipcerts, headers, flags, cipherid) - Encrypt an S/MIME message
- openssl_pkcs7_sign (infilename, outfilename, signcert, privkey, headers, flags, extracerts) - Sign an S/MIME message
- openssl_pkcs7_verify (filename, flags, outfilename, cainfo, extracerts, content) - Verifies the signature of an S/MIME signed message
- openssl_pkey_export (key, out, passphrase, configargs) - Gets an exportable representation of a key into a string
- openssl_pkey_export_to_file (key, outfilename, passphrase, configargs) - Gets an exportable representation of a key into a file
- openssl_pkey_free (key) - Frees a private key
- openssl_pkey_get_details (key) - Returns an array with the key details
- openssl_pkey_get_private (key, passphrase) - Get a private key
- openssl_pkey_get_public (certificate) - Extract public key from certificate and prepare it for use
- openssl_pkey_new (configargs) - Generates a new private key
- openssl_private_decrypt (data, decrypted, key, padding) - Decrypts data with private key
- openssl_private_encrypt (data, crypted, key, padding) - Encrypts data with private key
- openssl_public_decrypt (data, decrypted, key, padding) - Decrypts data with public key
- openssl_public_encrypt (data, crypted, key, padding) - Encrypts data with public key
- openssl_random_pseudo_bytes (length, strong) - Generate a pseudo-random string
- openssl_seal (data, sealed_data, env_keys, pub_key_ids) - Seal (encrypt) data
- openssl_sign (data, signature, priv_key_id, signature_alg) - Generate signature
- openssl_verify (data, signature, pub_key_id, signature_alg) - Verify signature
- openssl_x509_checkpurpose (x509cert, purpose, cainfo, untrustedfile) - Verifies if a certificate can be used for a particular purpose
- openssl_x509_check_private_key (cert, key) - Checks if a private key corresponds to a certificate
- openssl_x509_export (x509, output, notext) - Exports a certificate as a string
- openssl_x509_export_to_file (x509, outfilename, notext) - Exports a certificate to file
- openssl_x509_free (x509cert) - Free certificate resource
- openssl_x509_parse (x509cert, shortnames) - Parse an X509 certificate and return the information as an array
- openssl_x509_read (x509certdata) - Parse an X.509 certificate and return a resource identifier for it
