ssl

Prolog files

crypto.pl  -- Cryptography and authentication libraryShow source
ssl.pl  -- Secure Socket Layer (SSL) libraryShow source
xmldsig.pl  -- XML Digital signatureShow source
xmlenc.pl  -- XML encryption libraryShow source
decrypt_xml/4Source
load_certificate_from_base64_string/2Loads a certificate from a string, adding newlines and header where appropriate so that OpenSSL 1.0.1+ will be able to parse it.Source