Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
42cc64115931f0ca6a815cd9e1d5cf580f612fac
/
include
8d4ad07
SHA-2 ciphersuites now require TLS 1.x
by Manuel Pégourié-Gonnard
· 10 years ago
8dcb2d7
Support escaping of commas in x509_string_to_names()
by Paul Bakker
· 10 years ago
ec3a617
Make ready for release of 1.3.8 and soversion 7
by Paul Bakker
· 10 years ago
84bbeb5
Adapt cipher and MD layer with _init() and _free()
by Paul Bakker
· 10 years ago
accaffe
Restructure ssl_handshake_init() and small fixes
by Paul Bakker
· 10 years ago
a317a98
Adapt programs / test suites
by Paul Bakker
· 10 years ago
8f870b0
Add dhm_init()
by Paul Bakker
· 10 years ago
fff0366
Add ctr_drbg_free()
by Paul Bakker
· 10 years ago
5b4af39
Add _init() and _free() for hash modules
by Paul Bakker
· 10 years ago
c7ea99a
Add _init() and _free() for cipher modules
by Paul Bakker
· 10 years ago
08e81e0
Change selection of hash algorithm for TLS 1.2
by Manuel Pégourié-Gonnard
· 10 years ago
8fb99ab
Merge changes for leaner memory footprint
by Paul Bakker
· 10 years ago
481fcfd
Make PSK_LEN configurable and adjust PMS size
by Manuel Pégourié-Gonnard
· 10 years ago
dfc7df0
Add SSL_CIPHERSUITES config option
by Manuel Pégourié-Gonnard
· 10 years ago
a9964db
Add ssl_set_renegotiation_enforced()
by Manuel Pégourié-Gonnard
· 10 years ago
c27807d
Make SSL_BUFFER_LEN overhead depend more on config
by Manuel Pégourié-Gonnard
· 10 years ago
237a847
Fix typos in comments
by Paul Bakker
· 10 years ago
d543a58
Clarify padding questions in the PK documentation
by Manuel Pégourié-Gonnard
· 10 years ago
2361746
Try to clarify ECDH interface documentation
by Manuel Pégourié-Gonnard
· 10 years ago
5af0e5b
Document in-out param of dhm_calc_secret()
by Manuel Pégourié-Gonnard
· 10 years ago
bf31977
Update BIGNUM_C comments
by Manuel Pégourié-Gonnard
· 10 years ago
3926a2c
Clarify mpi_write_binary()'s doc.
by Manuel Pégourié-Gonnard
· 10 years ago
dc16aa7
Improve comments on POLARSSL_ERROR_STRERROR_DUMMY
by Manuel Pégourié-Gonnard
· 10 years ago
01edb10
Add POLARSSL_REMOVE_RC4_CIPHERSUITES
by Manuel Pégourié-Gonnard
· 10 years ago
2a45d1c
Merge changes to config examples and configuration issues
by Paul Bakker
· 10 years ago
3135725
Disable broken Sparc64 bn_mul assembly
by Manuel Pégourié-Gonnard
· 10 years ago
acbcbba
Fix asm format of bn_mul.h for more portability
by Manuel Pégourié-Gonnard
· 10 years ago
35e7cb9
Fix preprocessor checks for bn_mul PPC asm
by Barry K. Nathan
· 11 years ago
f4e1b64
Fix comments about X.509 versions
by Manuel Pégourié-Gonnard
· 10 years ago
08485cc
Fix SSL_BUFFER_LEN
by Manuel Pégourié-Gonnard
· 10 years ago
8f62563
Fix dependencies: GCM != AEAD != CCM
by Manuel Pégourié-Gonnard
· 10 years ago
1c98ff9
Merge more test improvements and tests
by Paul Bakker
· 10 years ago
f3b4724
Split x509_csr_parse_der() out of x509_csr_parse()
by Manuel Pégourié-Gonnard
· 10 years ago
d77cd5d
Add tests for x509_csr_parse
by Manuel Pégourié-Gonnard
· 10 years ago
81754a0
Create a 'flags' field in cipher_info
by Manuel Pégourié-Gonnard
· 10 years ago
db20c10
Add #endif comments for #endif more than 10 lines from #if / #else
by Paul Bakker
· 10 years ago
c2ff208
Merge parsing and verification of RSASSA-PSS in X.509 modules
by Paul Bakker
· 10 years ago
6dade7c
Fix typos and spacing
by Paul Bakker
· 10 years ago
508e573
Merge tests for asn1write, XTEA and Entropy modules
by Paul Bakker
· 10 years ago
c7c56b2
Add more tests for the entropy module
by Manuel Pégourié-Gonnard
· 10 years ago
4dd7392
Add entropy_self_test()
by Manuel Pégourié-Gonnard
· 10 years ago
d1539b1
Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT
by Manuel Pégourié-Gonnard
· 10 years ago
bf696d0
Make sig_opts non-optional in X509 structures
by Manuel Pégourié-Gonnard
· 10 years ago
dddbb1d
Rm sig_params from various X509 structures
by Manuel Pégourié-Gonnard
· 10 years ago
9113603
Use sig_opts in x509_sig_alg_gets()
by Manuel Pégourié-Gonnard
· 10 years ago
f75f2f7
Add sig_opts member to X509 structures
by Manuel Pégourié-Gonnard
· 10 years ago
20422e9
Add pk_verify_ext()
by Manuel Pégourié-Gonnard
· 10 years ago
5ec628a
Add rsa_rsassa_pss_verify_ext()
by Manuel Pégourié-Gonnard
· 10 years ago
e6d1d82
Relax checks on RSA mode for public key operations
by Manuel Pégourié-Gonnard
· 10 years ago
78117d5
Consider trailerField a constant
by Manuel Pégourié-Gonnard
· 10 years ago
cac31ee
Factor common code for printing sig_alg
by Manuel Pégourié-Gonnard
· 11 years ago
cf975a3
Factor out some common code
by Manuel Pégourié-Gonnard
· 11 years ago
39868ee
Parse CSRs signed with RSASSA-PSS
by Manuel Pégourié-Gonnard
· 11 years ago
8e42ff6
Parse CRLs signed with RSASSA-PSS
by Manuel Pégourié-Gonnard
· 11 years ago
9df5c96
Fix dependencies
by Manuel Pégourié-Gonnard
· 11 years ago
e76b750
Finish parsing RSASSA-PSS parameters
by Manuel Pégourié-Gonnard
· 11 years ago
f346bab
Start parsing RSASSA-PSS parameters
by Manuel Pégourié-Gonnard
· 11 years ago
59a75d5
Basic parsing of certs signed with RSASSA-PSS
by Manuel Pégourié-Gonnard
· 11 years ago
911c5dc
Add Second Oakley Group to dhm.h
by Paul Bakker
· 10 years ago
b5212b4
Merge CCM cipher mode and ciphersuites
by Paul Bakker
· 11 years ago
64a96ea
Fix typo in a6916fa
by Paul Bakker
· 11 years ago
4d8db4a
Fix typo in a config.h #define
by Manuel Pégourié-Gonnard
· 11 years ago
6768da9
Register CCM ciphersuites (not implemented yet)
by Manuel Pégourié-Gonnard
· 11 years ago
4193695
Add AES-CCM and CAMELLIA-CCM to the cipher layer
by Manuel Pégourié-Gonnard
· 11 years ago
4562ffe
Add cipher_auth_{en,de}crypt()
by Manuel Pégourié-Gonnard
· 11 years ago
3c1d150
Add cipher_crypt()
by Manuel Pégourié-Gonnard
· 11 years ago
0f6b66d
CCM operations allow input == output
by Manuel Pégourié-Gonnard
· 11 years ago
0023233
Refactor to prepare for CCM decryption
by Manuel Pégourié-Gonnard
· 11 years ago
637eb3d
Add ccm_encrypt_and_tag()
by Manuel Pégourié-Gonnard
· 11 years ago
9fe0d13
Add ccm_init/free()
by Manuel Pégourié-Gonnard
· 11 years ago
a6916fa
Add (placeholder) CCM module
by Manuel Pégourié-Gonnard
· 11 years ago
79e69f9
Fix minor comment typo
by Barry K. Nathan
· 11 years ago
770268f
Fix deprecated references to POLARSSL_CONFIG_OPTIONS
by Paul Bakker
· 11 years ago
da13016
Prepped for 1.3.7 release
by Paul Bakker
· 11 years ago
b9e4e2c
Fix formatting: fix some 'easy' > 80 length lines
by Paul Bakker
· 11 years ago
9af723c
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
by Paul Bakker
· 11 years ago
2a024ac
Merge dependency fixes
by Paul Bakker
· 11 years ago
790e395
Fixed to the features check
by Paul Bakker
· 11 years ago
14d5595
Split config checks to separate file
by Manuel Pégourié-Gonnard
· 11 years ago
cef4ad2
Adapt sources to configurable config.h name
by Manuel Pégourié-Gonnard
· 11 years ago
6384440
Better support for the different Attribute Types from IETF PKIX (RFC 5280)
by Paul Bakker
· 11 years ago
0f90d7d
version_check_feature() added to check for compile-time options at run-time
by Paul Bakker
· 11 years ago
8394684
Clearer description for version_get_string_full() regarding 18 bytes
by Paul Bakker
· 11 years ago
e26389f
Document that Curve25519 can't be the only curve
by Manuel Pégourié-Gonnard
· 11 years ago
c73079a
Add debug_set_threshold() and thresholding of messages
by Paul Bakker
· 11 years ago
eaebbd5
debug_set_log_mode() added to determine raw or full logging
by Paul Bakker
· 11 years ago
088c5c5
POLARSSL_CONFIG_OPTIONS has been removed. Values are set individually
by Paul Bakker
· 11 years ago
03b6a46
Properly comment two defines in config.h
by Paul Bakker
· 11 years ago
784b04f
Prepared for version 1.3.6
by Paul Bakker
· 11 years ago
polarssl-1.3.6
d2c2c1c
Doxygen typo in ripemd160.h
by Paul Bakker
· 11 years ago
7afb8a0
Add x509_crt_check_extended_key_usage()
by Manuel Pégourié-Gonnard
· 11 years ago
043a2e2
Merge verification of the keyUsage extension in X.509 certificates
by Paul Bakker
· 11 years ago
02ff5ce
Fixed typo
by Paul Bakker
· 11 years ago
7f2a07d
Check keyUsage in SSL client and server
by Manuel Pégourié-Gonnard
· 11 years ago
603116c
Add x509_crt_check_key_usage()
by Manuel Pégourié-Gonnard
· 11 years ago
2abed84
Specific return code for PK sig length mismatch
by Manuel Pégourié-Gonnard
· 11 years ago
35e95dd
Add special return code for ecdsa length mismatch
by Manuel Pégourié-Gonnard
· 11 years ago
75342a6
Fixed typos in code
by Paul Bakker
· 11 years ago
17b85cb
Merged additional tests and improved code coverage
by Paul Bakker
· 11 years ago
0763a40
Merged support for the ALPN extension
by Paul Bakker
· 11 years ago
Next »