Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
a27b1979dcc3146a58901fc7bc99228a2821c469
/
include
31993f2
Add per-function override for AES
by Manuel Pégourié-Gonnard
· 10 years ago
70a5010
Create function-level MBETLS_DES_xxx_ALT
by Manuel Pégourié-Gonnard
· 10 years ago
e45dba4
Remove unused member in des_context
by Manuel Pégourié-Gonnard
· 10 years ago
d1a8260
Tune comments in config.h
by Manuel Pégourié-Gonnard
· 10 years ago
eecb43c
Manually merge doc fixes from 1.3
by Manuel Pégourié-Gonnard
· 10 years ago
43b37cb
Fix use of pem_read_buffer() in PK, DHM and X509
by Manuel Pégourié-Gonnard
· 10 years ago
e6ef16f
Change X.509 verify flags to uint32_t
by Manuel Pégourié-Gonnard
· 10 years ago
e3a062b
Rename ecp_use_known_dp -> mbedtls_ecp_group_load()
by Manuel Pégourié-Gonnard
· 10 years ago
56cc88a
Rm ecp_add() and add ecp_muladd()
by Manuel Pégourié-Gonnard
· 10 years ago
6dde596
Remove ecp_sub()
by Manuel Pégourié-Gonnard
· 10 years ago
aff37e5
Remove ecp_group_read_string()
by Manuel Pégourié-Gonnard
· 10 years ago
06939ce
Fix order of ssl_conf vs ssl_setup in programs
by Manuel Pégourié-Gonnard
· 10 years ago
01e5e8c
Change a few ssl_conf return types to void
by Manuel Pégourié-Gonnard
· 10 years ago
6729e79
Rename ssl_set_xxx() to ssl_conf_xxx()
by Manuel Pégourié-Gonnard
· 10 years ago
22bfa4b
Add ssl_set_hs_ca_chain()
by Manuel Pégourié-Gonnard
· 10 years ago
1897af9
Make conf const inside ssl_context (finally)
by Manuel Pégourié-Gonnard
· 10 years ago
17a40cd
Change ssl_own_cert to work on ssl_config
by Manuel Pégourié-Gonnard
· 10 years ago
1af6c85
Add ssl_set_hs_own_cert()
by Manuel Pégourié-Gonnard
· 10 years ago
8f618a8
Rework ssl_set_own_cert() internals
by Manuel Pégourié-Gonnard
· 10 years ago
120fdbd
Change ssl_set_psk() to act on ssl_config
by Manuel Pégourié-Gonnard
· 10 years ago
4b68296
Use a specific function in the PSK callback
by Manuel Pégourié-Gonnard
· 10 years ago
0a4fb09
Make xxx_drbg_random() thread-safe
by Manuel Pégourié-Gonnard
· 10 years ago
750e4d7
Move ssl_set_rng() to act on config
by Manuel Pégourié-Gonnard
· 10 years ago
5cb3308
Merge contexts for session cache
by Manuel Pégourié-Gonnard
· 10 years ago
ae31914
Rename ssl_legacy_renegotiation() to ssl_set_...
by Manuel Pégourié-Gonnard
· 10 years ago
662c6e8
Disable truncated HMAC by default
by Manuel Pégourié-Gonnard
· 10 years ago
1028b74
Upgrade default DHM params size
by Manuel Pégourié-Gonnard
· 10 years ago
8836994
Move WANT_READ/WANT_WRITE codes to SSL
by Manuel Pégourié-Gonnard
· 10 years ago
1b511f9
Rename ssl_set_bio_timeout() to set_bio()
by Manuel Pégourié-Gonnard
· 10 years ago
97fd52c
Split ssl_set_read_timeout() out of bio_timeout()
by Manuel Pégourié-Gonnard
· 10 years ago
cc3195e
Fix misplaced #ifdef
by Manuel Pégourié-Gonnard
· 10 years ago
8620f73
Documentation tune-ups
by Manuel Pégourié-Gonnard
· 10 years ago
bc2b771
Move ssl_set_ca_chain() to work on config
by Manuel Pégourié-Gonnard
· 10 years ago
ba26c24
Change how hostname is stored internally
by Manuel Pégourié-Gonnard
· 10 years ago
2b49445
Move session ticket keys to conf
by Manuel Pégourié-Gonnard
· 10 years ago
e51bba0
Make mfl_code a bitfield member
by Manuel Pégourié-Gonnard
· 10 years ago
684b059
Move ssl_set_fallback() to work on conf
by Manuel Pégourié-Gonnard
· 10 years ago
6bf89d6
Move ssl_set_max_fragment_len to work on conf
by Manuel Pégourié-Gonnard
· 10 years ago
17eab2b
Move set_cbc_record_splitting() to conf
by Manuel Pégourié-Gonnard
· 10 years ago
d36e33f
Move easy ssl_set_xxx() functions to work on conf
by Manuel Pégourié-Gonnard
· 10 years ago
419d5ae
Make endpoint+transport args of config_defaults()
by Manuel Pégourié-Gonnard
· 10 years ago
def0bbe
Allocate ssl_config out of ssl_setup()
by Manuel Pégourié-Gonnard
· 10 years ago
cd523e2
Introduce mbedtls_ssl_config_{init,defaults,free}()
by Manuel Pégourié-Gonnard
· 10 years ago
7ca4e4d
Move things to conf substructure
by Manuel Pégourié-Gonnard
· 10 years ago
fa6473d
Create structure ssl_config
by Manuel Pégourié-Gonnard
· 10 years ago
5a74e8b
Make struct cipher_base_t opaque
by Manuel Pégourié-Gonnard
· 10 years ago
da61ed3
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
e16b62c
Make results of (ext)KeyUsage accessible
by Manuel Pégourié-Gonnard
· 10 years ago
770b5e1
Fix missing NULL check in MPI
by Manuel Pégourié-Gonnard
· 10 years ago
1e2eae0
Adapt pthread implementation to recent changes
by Manuel Pégourié-Gonnard
· 10 years ago
eab147c
Rename pkcs11_xxx_init() to bind()
by Manuel Pégourié-Gonnard
· 10 years ago
69a69cc
memory_buffer_alloc_init() now returns void
by Manuel Pégourié-Gonnard
· 10 years ago
41d479e
Split ssl_init() -> ssl_setup()
by Manuel Pégourié-Gonnard
· 10 years ago
8d128ef
Split mbedtls_ctr_drbg_init() -> seed()
by Manuel Pégourié-Gonnard
· 10 years ago
f9e9481
Split mbedtls_hmac_drbg_init() -> seed{,_buf}()
by Manuel Pégourié-Gonnard
· 10 years ago
c34e8dd
Split mbedtls_gcm_init() -> gcm_setkey()
by Manuel Pégourié-Gonnard
· 10 years ago
6963ff0
Split mbedtls_ccm_init() -> setkey()
by Manuel Pégourié-Gonnard
· 10 years ago
8f5fd31
Change mutex_init/free to return void
by Manuel Pégourié-Gonnard
· 10 years ago
331ba57
Fix some additional renaming issues
by Manuel Pégourié-Gonnard
· 10 years ago
e6028c9
Fix some X509 macro names
by Manuel Pégourié-Gonnard
· 10 years ago
e75fa70
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
e6efa6f
manually merge 9f98251 make extKeyUsage accessible
by Manuel Pégourié-Gonnard
· 10 years ago
b5f48ad
manually merge 39a183a add x509_crt_verify_info()
by Manuel Pégourié-Gonnard
· 10 years ago
9f98251
Make results of (ext)KeyUsage accessible
by Manuel Pégourié-Gonnard
· 10 years ago
39a183a
Add x509_crt_verify_info()
by Manuel Pégourié-Gonnard
· 10 years ago
ab22910
Just use stdint.h even with MSVC
by Manuel Pégourié-Gonnard
· 10 years ago
862d503
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
a1e3241
Fix macro name from wrong branch
by Manuel Pégourié-Gonnard
· 10 years ago
6152b02
Fixed typos
by Paul Bakker
· 10 years ago
eed55a4
Changed values of PK and PKCS5 error codes
by Manuel Pégourié-Gonnard
· 10 years ago
975d5fa
Remove option HAVE_LONGLONG
by Manuel Pégourié-Gonnard
· 10 years ago
7b53889
Remove support for HAVE_INT8 and HAVE_INT16
by Manuel Pégourié-Gonnard
· 10 years ago
b31424c
Make HAVE_IPV6 non-optional
by Manuel Pégourié-Gonnard
· 10 years ago
23ce09b
Deprecate HAVE_INT8 and HAVE_INT16
by Manuel Pégourié-Gonnard
· 10 years ago
a98af5e
Deprecate using NET_C without HAVE_IPV6
by Manuel Pégourié-Gonnard
· 10 years ago
8c3f0f4
Official deprecate compat-1.2.h and openssl.h
by Manuel Pégourié-Gonnard
· 10 years ago
a79efde
Move a pair of macros to inline functions
by Manuel Pégourié-Gonnard
· 10 years ago
f2c8711
Add compat-1.3.h for new names
by Manuel Pégourié-Gonnard
· 10 years ago
2cf5a7c
The Great Renaming
by Manuel Pégourié-Gonnard
· 10 years ago
f5fc649
Cosmetic change
by Manuel Pégourié-Gonnard
· 10 years ago
8a89fcd
Rm references to removed config options
by Manuel Pégourié-Gonnard
· 10 years ago
932e393
Fix typos & Co
by Manuel Pégourié-Gonnard
· 10 years ago
62edcc8
Document POLARSSL_CAMELLIA_SMALL_MEMORY
by Manuel Pégourié-Gonnard
· 10 years ago
a82135c
Document POLARSSL_CAMELLIA_SMALL_MEMORY
by Manuel Pégourié-Gonnard
· 10 years ago
fbbbc93
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
2a73a90
Fix ifdef issue
by Manuel Pégourié-Gonnard
· 10 years ago
427b672
Add XXX_PROCESS_ALT mecchanism
by Manuel Pégourié-Gonnard
· 10 years ago
26c9f90
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
c89d6cf
Make pk_info_t opaque
by Manuel Pégourié-Gonnard
· 10 years ago
8c8be1e
Change default min TLS version to TLS 1.0
by Manuel Pégourié-Gonnard
· 10 years ago
d16df8f
Cleanup unused bit in ssl
by Manuel Pégourié-Gonnard
· 10 years ago
348bcb3
Make RSA_ALT support optionnal
by Manuel Pégourié-Gonnard
· 10 years ago
8fce937
Simplify ecdsa_context
by Manuel Pégourié-Gonnard
· 10 years ago
49ce6f0
Fix constness of asn1_write_mpi()
by Manuel Pégourié-Gonnard
· 10 years ago
5bf262d
Doc fixes
by Manuel Pégourié-Gonnard
· 10 years ago
dfdcac9
Merge ecdsa_write_signature{,_det}() together
by Manuel Pégourié-Gonnard
· 10 years ago
63e9319
Make a helpful constant public
by Manuel Pégourié-Gonnard
· 10 years ago
b8cfe3f
pk_sign() now requires non-NONE md_alg for ECDSA
by Manuel Pégourié-Gonnard
· 10 years ago
fa44f20
Change authmode default to Required on client
by Manuel Pégourié-Gonnard
· 10 years ago
1d0ca1a
Move key_usage to more that 8 bits
by Manuel Pégourié-Gonnard
· 10 years ago
Next »