Skip to content
/ tls12_prf Public

Generator script for TLS1.2 pseudo-random function test vectors

License

Notifications You must be signed in to change notification settings

obgm/tls12_prf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tls12_prf

prf.rb is a simple generator script for TLS1.2 pseudo-random function test vectors.

                                                                                Usage: ./prf.rb ...
                                                                                    -k, --key=KEY                    secret key
                                                                                    -r, --generate-random=NUMBER     number of bytes for generated random seed (do not use in conjunction with -s
                                                                                    -s, --seed=SEED                  random seed
                                                                                    -l, --length=NUMBER              output length
                                                                                    -h, --hash=NAME                  Name of hash function to use. The function must be supported by OpenSSL. Default is sha256.

About

Generator script for TLS1.2 pseudo-random function test vectors

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages