index
:
otp.git
HansN-patch-1
KennethL-patch-1
bjorn/contributing
bjorn/contributing-1
dgud-string-depr
gcc-5-pic-cmpxchg8b-quickfix
gh-pages
ingela/master/dtls/test-cuddle
maint
maint-17
maint-18
maint-19
maint-20
maint-21
maint-22
maint-r13
maint-r14
maint-r14b03
maint-r15
maint-r16
maint-r16b02
master
meta
sverker-ets-patch-1
Mirror of Erlang/OTP repository.
OTP Team
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
crypto
/
c_src
/
crypto.c
Age
Commit message (
Expand
)
Author
2019-03-19
crypto: New function for SSL app
Hans Nilsson
2019-03-19
crypto: Use/implement new funcs for stream-api
Hans Nilsson
2019-03-19
crypto: Remove block.c and block.h
Hans Nilsson
2019-03-19
crypto: Implement crypto one-shot
Hans Nilsson
2019-03-06
Add crypto:cipher_info/1 and crypto:hash_info/1
Loïc Hoguin
2019-02-25
crypto: New experimental api
Hans Nilsson
2019-01-08
Initialize all fields for ErlNifFunc in nif_funcs
Doug Hogan
2019-01-08
Revamp initialize()
Doug Hogan
2018-12-21
If init_atoms() fails, it should return __LINE__
Doug Hogan
2018-12-21
Make engine ctx init internal to engine.c per PR feedback
Doug Hogan
2018-12-21
Make cipher ctx init internal to cipher.c per PR feedback
Doug Hogan
2018-12-21
Make hash ctx init internal to hash.c per PR feedback
Doug Hogan
2018-12-21
Make HMAC ctx init internal to hmac.c per PR feedback
Doug Hogan
2018-12-20
Move algorithms to a new file
Doug Hogan
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
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
2018-12-20
Move EVP compat functions to a separate file
Doug Hogan
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: 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-19
crypto: Add ed25519 and ed448 sign/verify
Hans Nilsson
2018-10-11
crypto: Update RSA options to match specs and different OpenSSL versions
Hans Nilsson
2018-09-18
crypto: Fix bad return/exception for unsupported cipher
Hans Nilsson
2018-09-18
crypto: Use aead functions for CHACHA20_POLY1305
Hans Nilsson
[next]