Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

62 lines (45 loc) · 2.48 KB

Change Log

All notable changes, such as backward incompatibilities, will be documented in this file.

[1.0.1]

Added

Removed

  • Algorithm selection using versions and project names in plot_openssl_speed_all.sh since unknown algorithms are ignored in plot_openssl_speed.sh.

[1.0.0]

Added

Changed

  • Made *.sh 'set -e' compatible.
  • In plot_openssl_speed_all.sh:
    • Introduced openssl_type and oqsprovider_type for the argument.
    • ${openssl_in_path_dir} to default_${OPENSSL_VER_NOSPACE} from default_openssl_${openssl_ver_num_only} to cover forked openssl projects such as LibreSSL.
    • sig256.png to sig_128bs.png where bs stands for (classical) bit security.
  • In plot_openssl_speed.sh:
    • Unified TABLE_TYPE's of asymmetric key cryptographies to eithersig_ver_keygen or dec_enc_keygen_dh for signatures and encryption algorithms, respectively.
    • measure() sets global TABLE_TYPE or table_type() sets it.
    • Option -d data_file_to_graph with no -o filename.png gives filename.png automatically from data_file_to_graph.

[0.0.0]

  • Initial version.