Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
mbedtls
/
25338d74aca14571ad1bb7c549071544a86d466b
25338d7
Added proper gitignores for Linux CMake use
by Paul Bakker
· 12 years ago
90f309f
Added proper gitignores for linux compilation
by Paul Bakker
· 12 years ago
75242c3
Added checking of CA peer cert to ssl_client1 as sane default
by Paul Bakker
· 12 years ago
5801535
- Do not free uninitialized ssl context
by Paul Bakker
· 12 years ago
43ae298
- Fixed argument types
by Paul Bakker
· 12 years ago
34d8dbc
- Depth that the certificate verify callback receives is now numbered bottom-up (Peer cert depth is 0)
by Paul Bakker
· 12 years ago
e0f41f3
- Updated version to 1.2.1
by Paul Bakker
· 12 years ago
b815682
- Updated Changelog for 1.2.1
by Paul Bakker
· 12 years ago
9daf0d0
- Added max length check for rsa_pkcs1_sign with PKCS#1 v2.1
by Paul Bakker
· 12 years ago
96c4ed8
- Proper building of shared lib when SHARED defined
by Paul Bakker
· 12 years ago
644db38
- Added SHARED define for building with -fPIC
by Paul Bakker
· 12 years ago
f6bdf8d
- Added uninstall target
by Paul Bakker
· 12 years ago
f02c564
- Allow R and A to point to same mpi in mpi_div_mpi
by Paul Bakker
· 12 years ago
36c4a67
- Fixed off-by-one loop
by Paul Bakker
· 12 years ago
c893e02
- Added extra documentation
by Paul Bakker
· 12 years ago
f0171bc
- Added donated script for checking for non-doxygen blocks with directives
by Paul Bakker
· 12 years ago
096348f
- Fixed comments / typos
by Paul Bakker
· 12 years ago
77db6ce
- Fixed doxygen blocks
by Paul Bakker
· 12 years ago
6831c4a
- Fixed typos
by Paul Bakker
· 12 years ago
7c90078
- Default to disabled renegotiation
by Paul Bakker
· 12 years ago
fc975dc
- Small Windows VC6 fixes
by Paul Bakker
· 12 years ago
d9374b0
- Moved mpi_inv_mod() outside POLARSSL_GENPRIME
by Paul Bakker
· 12 years ago
7a2538e
- Fixes for MSVC6
by Paul Bakker
· 12 years ago
c9c5df9
- Updated for PolarSSL 1.2.0
by Paul Bakker
· 12 years ago
645ce3a
- Moved ciphersuite naming scheme to IANA reserved names
by Paul Bakker
· 12 years ago
bb0139c
- Moved to more flexible define structure
by Paul Bakker
· 12 years ago
35a7fe5
- Prevent compiler warning
by Paul Bakker
· 12 years ago
8611e73
- Fixed infinite loop
by Paul Bakker
· 12 years ago
b0550d9
- Added ssl_get_peer_cert() to SSL API
by Paul Bakker
· 12 years ago
d2c167e
- And fixed order
by Paul Bakker
· 12 years ago
4f024b7
- Fixed for SPARC64
by Paul Bakker
· 12 years ago
df2bb75
- Premaster should have a maximum of MPI size
by Paul Bakker
· 12 years ago
21654f3
- Smaller default values
by Paul Bakker
· 12 years ago
520ea91
- Fixed to support 4096 bit DHM params as well
by Paul Bakker
· 12 years ago
98fe5ea
- Removed snprintf altogether for critical code paths
by Paul Bakker
· 12 years ago
331f563
- Do not use sprintf(), use snprintf() instead.
by Paul Bakker
· 12 years ago
5fb47f4
- Removed old contrib directory
by Paul Bakker
· 12 years ago
ba26e9e
- Cache now only allows a maximum of entries in cache for preventing memory overrun
by Paul Bakker
· 12 years ago
0fd018e
- Fixed preprocessor typo
by Paul Bakker
· 12 years ago
f1ab0ec
- Changed default compiler flags to include -O2
by Paul Bakker
· 12 years ago
09f097d
- Added more documentation on disable / enable renegotiation
by Paul Bakker
· 12 years ago
67f9d53
- Removed code breaking strict-aliasing
by Paul Bakker
· 12 years ago
2b6af2f
- Only define mpi_read_file and mpi_write_file if POLARSSL_FS_IO is present
by Paul Bakker
· 12 years ago
0f5281a
- Enlarged buffer to fit gcm_context on all platforms
by Paul Bakker
· 12 years ago
81420ab
- properly print minimum version
by Paul Bakker
· 12 years ago
c110d02
- Added extra check to prevent crash on failed memory allocation
by Paul Bakker
· 12 years ago
0be82f2
- Updated rsa_pkcs1_verify() and rsa_pkcs1_sign() to use appropriate buffer size for max MPIs
by Paul Bakker
· 12 years ago
1d56958
- Updated examples to use appropriate sizes for larger RSA keys (up to 16k)
by Paul Bakker
· 12 years ago
3ad34d4
- Added key_app_writer to CMakeLists.txt
by Paul Bakker
· 12 years ago
3fad7b3
- Changed saved value to RCF 3526 2048 MODP group
by Paul Bakker
· 12 years ago
5da01ca
- Added warning about example use
by Paul Bakker
· 12 years ago
36fec23
- Updated to 1.2.0
by Paul Bakker
· 12 years ago
8f387e6
- Updated trunk base version to 1.2.0 for prerelease 1
by Paul Bakker
· 12 years ago
d5834bb
- Added release text for 1.1.4 to ChangeLog
by Paul Bakker
· 12 years ago
62261d6
- Rewrote bignum type definition #ifdef tree to work better on all systems
by Paul Bakker
· 12 years ago
3338b79
- Fixed WIN32 version of x509parse_crtpath()
by Paul Bakker
· 12 years ago
d6f17b4
- Moved definition to top to prevent MS VC compiler warning
by Paul Bakker
· 12 years ago
9ef6e2b
- Added missing int32_t definition
by Paul Bakker
· 12 years ago
93784e1
- Added gcm.c and ssl_cache.c
by Paul Bakker
· 12 years ago
e23c315
- Fixed typo
by Paul Bakker
· 12 years ago
5c2364c
- Moved from unsigned long to uint32_t throughout code
by Paul Bakker
· 12 years ago
6adff74
- Fixed typo
by Paul Bakker
· 12 years ago
0e19e9f
- Minor define change to prevent warning
by Paul Bakker
· 12 years ago
993d11d
- Send ClientHello with 'minimal version'
by Paul Bakker
· 12 years ago
23f3680
- Added proper support for TLS 1.2 signature_algorithm extension on server
by Paul Bakker
· 12 years ago
1d29fb5
- Added option to add minimum accepted SSL/TLS protocol version
by Paul Bakker
· 12 years ago
5d19f86
- Added comment
by Paul Bakker
· 12 years ago
cbbd999
- SSL/TLS now has default group
by Paul Bakker
· 12 years ago
62f2dee
- Set POLARSSL_DHM_RFC5114_MODP_1024_[PG] as default DHM MODP group for SSL/TLS
by Paul Bakker
· 12 years ago
da7e3f2
- Added RFC 3526 2048-bit and 3072-bit MODP groups
by Paul Bakker
· 12 years ago
915275b
- Revamped x509_verify() and the SSL f_vrfy callback implementations
by Paul Bakker
· 12 years ago
819370c
- Removed lowercasing of parameters
by Paul Bakker
· 12 years ago
5701cdc
- Added ServerName extension parsing (SNI) at server side
by Paul Bakker
· 12 years ago
f918310
- Autosize POLARSSL_MPI_RW_BUFFER_SIZE at compile time
by Paul Bakker
· 12 years ago
31417a7
- Fixed tests for enhanced rsa_check_privkey()
by Paul Bakker
· 12 years ago
eb2c658
- Generalized external private key implementation handling (like PKCS#11) in SSL/TLS
by Paul Bakker
· 12 years ago
321df6f
- Expanded rsa_check_privkey() to check DP, DQ and QP as well
by Paul Bakker
· 12 years ago
5ef9db2
- Added rsa_check_privkey() check to rsa_sign
by Paul Bakker
· 12 years ago
db2509c
- Added password and password_file options for reading private keys
by Paul Bakker
· 12 years ago
5531c6d
- Change buffer size on mpi_write_file() to cover larger size MPIs
by Paul Bakker
· 12 years ago
49d7567
- Support INTEGRITY OS
by Paul Bakker
· 12 years ago
d14277d
- Added PBKDF2 error code
by Paul Bakker
· 12 years ago
d432410
- Removed clutter from my_dhm values
by Paul Bakker
· 12 years ago
a864f2e
- Removed trailing semicolon
by Paul Bakker
· 12 years ago
0a59707
- Added simple SSL session cache implementation
by Paul Bakker
· 12 years ago
1a0f552
- Fixed test for 'trust extension' change
by Paul Bakker
· 12 years ago
b00ca42
- Handle existence of OpenSSL Trust Extensions at end of X.509 DER blob
by Paul Bakker
· 12 years ago
4811b56
- Added util/CMakelists.txt
by Paul Bakker
· 12 years ago
29b6476
- Added predefined DHM groups from RFC 5114
by Paul Bakker
· 12 years ago
b60b95f
- Added first version of ssl_server2 example application
by Paul Bakker
· 12 years ago
995a215
- Added credits
by Paul Bakker
· 12 years ago
0f409a1
- Added missing subdirectory line for util
by Paul Bakker
· 12 years ago
d0f6fa7
- Sending of handshake_failures during renegotiation added
by Paul Bakker
· 12 years ago
17a9790
- Added regression check for latest mpi_add_abs() issue
by Paul Bakker
· 12 years ago
d4c2bd7
- Added bug
by Paul Bakker
· 12 years ago
2d319fd
- Fixed bug in mpi_add_abs with adding a small number to a large mpi with carry rollover.
by Paul Bakker
· 12 years ago
48916f9
- Added Secure Renegotiation (RFC 5746)
by Paul Bakker
· 12 years ago
b5b20f1
- Extra sanity check for input added
by Paul Bakker
· 12 years ago
0c93d12
- Ability to define openssl at top
by Paul Bakker
· 12 years ago
5f70b25
- Correctly handle SHA256 ciphersuites in SSLv3
by Paul Bakker
· 12 years ago
Next »