update readme

This commit is contained in:
Jozef Šimko 2024-04-11 11:21:38 +00:00
parent e5b2be9676
commit 41f37d6b0c

View File

@ -10,16 +10,18 @@ Inštalované a testované na:
| Linux | Ubuntu 22.04.3 LTS <br> (GNU/Linux 5.15.133.1-microsoft-standard-WSL2 x86_64) | gcc version 11.4.0 <br> (Ubuntu 11.4.0-1ubuntu1~22.04) | version 1.10.1 | version 3.22.1 |
| Windows | Windows 10.0.22631 | gcc version 13.2.0 20240107 <br> (MinGW-W64 x86_64-msvcrt-posix-seh) | version 1.11.1 | version 3.28.1 |
| OpenSSL | liboqs | oqs-provider |
|:-----------------:|:---------------------------:|:------------------------------------------------:|
| | | |
### :exclamation: **OpenSSL 3.2 je minimálna verzia OpenSSL, ktorá umožňuje využívať PQ algoritmy pri komunikácii** :exclamation:
### LINUX
#### OpenSSL 3.2
#### 1. Inštalácia a konfigurácia OpenSSL 3.3
```
sudo apt install build-essential checkinstall -y
git clone https://github.com/openssl/openssl.git
https://github.com/openssl/openssl/releases/download/openssl-3.2.0/openssl-3.2.0.tar.gz
wget https://github.com/openssl/openssl/releases/download/openssl-3.3.0/openssl-3.3.0.tar.gz
tar -xvf openssl-3.2.0.tar.gz
cd openssl-3.2.0
./Configure
@ -33,6 +35,9 @@ cd /etc/ld.so.conf.d/
sudo touch openssl-3.2.0.conf
echo "/usr/local/lib64" | sudo tee -a openssl-3.2.0.conf
sudo ldconfig -v
sudo apt install --reinstall ca-certificates
sudo update-ca-certificates -f
```
#### LIBOQS