Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-20 | Move most FIPS functionality to a new file | Doug Hogan | |
2018-12-20 | Move public/private key functionality to a new file | Doug Hogan | |
2018-12-20 | Move EVP functionality to a new file | Doug Hogan | |
2018-12-20 | Move ECDH functionality to a new file | Doug Hogan | |
2018-12-20 | Move EC functionality to a new file | Doug Hogan | |
2018-12-20 | Move xor functionality to a new file | Doug Hogan | |
2018-12-20 | Move block crypt functionality to a new file | Doug Hogan | |
2018-12-20 | Move AEAD functionality to a new file | Doug Hogan | |
2018-12-20 | Move info functionality to a new file | Doug Hogan | |
2018-12-20 | Move AES functionality to a new file | Doug Hogan | |
2018-12-20 | Move DSS functionality to a new file | Doug Hogan | |
2018-12-20 | Move poly1305 functionality to a new file | Doug Hogan | |
2018-12-20 | Move chacha20 functionality to a new file | Doug Hogan | |
2018-12-20 | Move random functionality to a new file | Doug Hogan | |
2018-12-20 | Move SRP functionality to a new file | Doug Hogan | |
2018-12-20 | Move EDDSA functionality to a new file | Doug Hogan | |
2018-12-20 | Move DH functionality to a new file | Doug Hogan | |
2018-12-20 | Move RC4 functionality to a new file | Doug Hogan | |
Also, move a FIPS check macro to the common openssl_config.h. | |||
2018-12-20 | Move CMAC functionality to a new file | Doug Hogan | |
2018-12-20 | Move hash utility functions to a new file | Doug Hogan | |
2018-12-20 | Move cipher utility functions to a new file | Doug Hogan | |
2018-12-20 | Move HMAC to new files | Doug Hogan | |
2018-12-20 | Move digest types to a new file | Doug Hogan | |
2018-12-20 | Move BN and RSA utility functions to new files | Doug Hogan | |
2018-12-20 | Move most engine code to a separate file | Doug Hogan | |
2018-12-20 | Move all atoms to a new file and add common header | Doug Hogan | |
2018-12-20 | Move OpenSSL includes and config to separate file | Doug Hogan | |
Also move some of the common functionality that's used in the NIF implementations. | |||
2018-12-20 | Move EVP compat functions to a separate file | Doug Hogan | |
2018-12-13 | Merge branch 'maint' | Sverker Eriksson | |
2018-12-12 | Add empty 'since' attribute for old modules and functions | Sverker Eriksson | |
2018-12-11 | Add "since" attributes in xml for new functions and modules | Sverker Eriksson | |
introduced after OTP_R13B03. | |||
2018-12-11 | Merge branch 'maint' | Henrik Nord | |
* maint: Updated OTP version Prepare release | |||
2018-12-10 | Prepare release | Erlang/OTP | |
2018-12-03 | Merge branch 'maint' | Raimo Niskanen | |
2018-12-03 | Merge branch 'raimo/test-cuddling' into maint | Raimo Niskanen | |
* raimo/test-cuddling: Parallel stress test strong_rand_bytes Update OS version numbers | |||
2018-12-03 | Merge branch 'maint' | Hans Nilsson | |
* maint: crypto: Engine valgrind fix crypto: Fix valgrind error in dh_generate/dh_compute crypto: Fix valgrind errors in pkey_crypt_nif crypto: Add some crypto:engine_unload in engine test suite crypto: Fix valgrind errors in privkey_to_pubkey crypto: Fix valgrind error for keys with passwords in Engines | |||
2018-12-03 | crypto: Engine valgrind fix | Hans Nilsson | |
Fixes memory leak when a command has wrong type. | |||
2018-12-03 | crypto: Fix valgrind error in dh_generate/dh_compute | Hans Nilsson | |
2018-12-03 | crypto: Fix valgrind errors in pkey_crypt_nif | Hans Nilsson | |
2018-12-03 | crypto: Add some crypto:engine_unload in engine test suite | Hans Nilsson | |
Got valgrind errors for error tests otherwise | |||
2018-12-03 | crypto: Fix valgrind errors in privkey_to_pubkey | Hans Nilsson | |
2018-12-03 | crypto: Fix valgrind error for keys with passwords in Engines | Hans Nilsson | |
2018-11-30 | Merge branch 'maint' | Hans Nilsson | |
* maint: crypto: Split function in otp_test_engine crypto: Update test engine with fake rsa support Correct typo in logger formatter docs | |||
2018-11-30 | crypto: Split function in otp_test_engine | Hans Nilsson | |
Safer with one function to fetch public key and another for private key. | |||
2018-11-30 | crypto: Update test engine with fake rsa support | Hans Nilsson | |
We need to test the Engine interface not only for loading, key retrieval and hashing, so it is complemented with a fake rsa method to check sign/verify also. | |||
2018-11-19 | Merge branch 'maint' | Hans Nilsson | |
* maint: public_key: Add Edward curves to the documentation public_key: Add ed25519 and ed448 sign/verify crypto: Add Edward curves to the documentation crypto: Add eddsa test case (ed25519 and ed448) crypto: Add ed25519 and ed448 sign/verify | |||
2018-11-19 | crypto: Add Edward curves to the documentation | Hans Nilsson | |
2018-11-19 | crypto: Add eddsa test case (ed25519 and ed448) | Hans Nilsson | |
2018-11-19 | crypto: Add ed25519 and ed448 sign/verify | Hans Nilsson | |
2018-11-15 | Merge branch 'maint' | Sverker Eriksson | |