VirtualBox

source: vbox/trunk/src/libs/openssl-3.3.2/demos/README.txt@ 108358

最後變更 在這個檔案從108358是 108206,由 vboxsync 提交於 5 週 前

openssl-3.3.2: Exported all files to OSE and removed .scm-settings ​bugref:10757

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 3.1 KB
 
1OpenSSL Demonstration Applications
2
3This folder contains source code that demonstrates the proper use of the OpenSSL
4library API.
5
6bio: Demonstration of a simple TLS client and server
7
8certs: Demonstration of creating certs, using OCSP
9
10cipher:
11aesgcm.c Demonstration of symmetric cipher GCM mode encrypt/decrypt
12aesccm.c Demonstration of symmetric cipher CCM mode encrypt/decrypt
13ariacbc.c Demonstration of symmetric cipher CBC mode encrypt/decrypt
14
15cms: Demonstrations related to the Cryptographic Message
16 Syntax (CMS) standard
17
18digest:
19EVP_MD_demo.c Compute a digest from multiple buffers
20EVP_MD_stdin.c Compute a digest with data read from stdin
21EVP_MD_xof.c Compute a digest using the SHAKE256 XOF
22EVP_f_md.c Compute a digest using BIO and EVP_f_md
23
24encode:
25rsa_encode.c Encode and decode PEM-encoded RSA keys
26
27encrypt:
28rsa_encrypt.c Encrypt and decrypt data using an RSA keypair.
29
30guide: Sample code from the OpenSSL Guide tutorials. See
31 the oss-guide-quic-introduction(7) man page.
32quic-client-block.c: A simple blocking QUIC client
33quic-client-non-block.c: A simple non-blocking QUIC client
34quic-multi-stream.c: A simple QUIC client using multiple streams
35tls-client-block.c: A simple blocking SSL/TLS client
36tls-client-non-block.c: A simple non-blocking SSL/TLS client
37
38http3: Demonstration of how to use OpenSSL's QUIC capabilities
39 for HTTP/3.
40
41kdf:
42hkdf.c Demonstration of HMAC based key derivation
43pbkdf2.c Demonstration of PBKDF2 password based key derivation
44scrypt.c Demonstration of SCRYPT password based key derivation
45
46keyexch:
47x25519.c Demonstration of X25519 based key exchange
48ecdh.c Demonstration of ECDH key exchange
49
50mac:
51gmac.c Demonstration of GMAC message authentication
52poly1305.c Demonstration of Poly1305-AES message authentication
53siphash.c Demonstration of SIPHASH message authentication
54
55pkcs12:
56pkread.c Print out a description of a PKCS12 file.
57pkwrite.c Add a password to an existing PKCS12 file.
58
59pkey:
60EVP_PKEY_EC_keygen.c Generate an EC key.
61EVP_PKEY_RSA_keygen.c Generate an RSA key.
62EVP_PKEY_DSA_keygen.c Generate a DSA key.
63EVP_PKEY_DSA_paramgen.c Generate a DSA param key.
64EVP_PKEY_DSA_paramvalidate.c Validate a DSA param key.
65EVP_PKEY_DSA_paramfromdata.c Load a DSA param key using raw data.
66
67signature:
68EVP_EC_Signature_demo.c Compute and verify an EC signature.
69EVP_DSA_Signature_demo.c Compute and verify a DSA signature.
70EVP_ED_Signature_demo.c Compute and verify an ED25519 signature.
71rsa_pss_direct.c Compute and verify an RSA-PSS signature from a hash
72rsa_pss_hash.c Compute and verify an RSA-PSS signature over a buffer
73
74smime: Demonstrations related to S/MIME
75
76sslecho:
77main.c Simple SSL/TLS echo client/server.
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette