Manuel Pégourié-Gonnard
|
37ff14062e
|
Change main license to Apache 2.0
|
2015-09-04 14:21:07 +02:00 |
|
Manuel Pégourié-Gonnard
|
6fb8187279
|
Update date in copyright line
|
2015-07-28 17:11:58 +02:00 |
|
Manuel Pégourié-Gonnard
|
1685368408
|
Rationalize snprintf() usage in X.509 modules
|
2015-06-22 14:42:04 +02:00 |
|
Manuel Pégourié-Gonnard
|
6a8ca33fa5
|
Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED
|
2015-05-28 16:25:05 +02:00 |
|
Manuel Pégourié-Gonnard
|
1b8de57827
|
Remove a few redundant memset after calloc.
Using the following semantic patch provided by Mansour Moufid:
@@
expression x;
@@
x = mbedtls_calloc(...)
...
- memset(x, 0, ...);
|
2015-05-27 16:58:55 +02:00 |
|
Manuel Pégourié-Gonnard
|
7551cb9ee9
|
Replace malloc with calloc
- platform layer currently broken (not adapted yet)
- memmory_buffer_alloc too
|
2015-05-26 16:04:06 +02:00 |
|
Manuel Pégourié-Gonnard
|
0ece0f94f2
|
Fix checks for nul-termination
|
2015-05-12 12:43:54 +02:00 |
|
Manuel Pégourié-Gonnard
|
43b37cbc92
|
Fix use of pem_read_buffer() in PK, DHM and X509
|
2015-05-12 11:26:43 +02:00 |
|
Manuel Pégourié-Gonnard
|
e36d56419e
|
Merge branch 'mbedtls-1.3' into development
* mbedtls-1.3:
fix bug in ssl_mail_client
Adapt compat.sh to GnuTLS 3.4
Fix undefined behaviour in x509
Conflicts:
programs/ssl/ssl_mail_client.c
tests/compat.sh
|
2015-04-30 13:52:25 +02:00 |
|
Manuel Pégourié-Gonnard
|
159c524df8
|
Fix undefined behaviour in x509
|
2015-04-30 11:21:18 +02:00 |
|
Manuel Pégourié-Gonnard
|
8408a94969
|
Remove MBEDTLS_ from internal macros
|
2015-04-09 13:52:55 +02:00 |
|
Manuel Pégourié-Gonnard
|
2cf5a7c98e
|
The Great Renaming
A simple execution of tmp/invoke-rename.pl
|
2015-04-08 13:25:31 +02:00 |
|
Manuel Pégourié-Gonnard
|
1022fed36e
|
Remove redundant sig_oid2 in x509 structures
|
2015-03-27 16:34:42 +01:00 |
|
Manuel Pégourié-Gonnard
|
7f8099773e
|
Rename include directory to mbedtls
|
2015-03-10 11:23:56 +00:00 |
|
Manuel Pégourié-Gonnard
|
fe44643b0e
|
Rename website and repository
|
2015-03-06 13:17:10 +00:00 |
|
Manuel Pégourié-Gonnard
|
981732bb8e
|
Fix missing/misplaced #include's
|
2015-02-17 15:47:31 +00:00 |
|
Mansour Moufid
|
c531b4af3c
|
Apply the semantic patch rm-malloc-cast.cocci.
for dir in library programs; do
spatch --sp-file scripts/rm-malloc-cast.cocci --dir $dir \
--in-place;
done
|
2015-02-16 10:43:52 +00:00 |
|
Rich Evans
|
fac657fd52
|
modify library/x509*.c to use polarssl_snprintf
|
2015-02-13 13:50:25 +00:00 |
|
Rich Evans
|
00ab47026b
|
cleanup library and some basic tests. Includes, add guards to includes
|
2015-02-10 11:28:46 +00:00 |
|
Manuel Pégourié-Gonnard
|
860b51642d
|
Fix url again
|
2015-01-28 17:12:07 +00:00 |
|
Manuel Pégourié-Gonnard
|
085ab040aa
|
Fix website url to use https.
|
2015-01-23 11:06:27 +00:00 |
|
Manuel Pégourié-Gonnard
|
9698f5852c
|
Remove maintainer line.
|
2015-01-23 10:59:00 +00:00 |
|
Manuel Pégourié-Gonnard
|
19f6b5dfaa
|
Remove redundant "all rights reserved"
|
2015-01-23 10:54:00 +00:00 |
|
Manuel Pégourié-Gonnard
|
a658a4051b
|
Update copyright
|
2015-01-23 09:55:24 +00:00 |
|
Manuel Pégourié-Gonnard
|
967a2a5f8c
|
Change name to mbed TLS in the copyright notice
|
2015-01-22 14:28:16 +00:00 |
|
Manuel Pégourié-Gonnard
|
9439f93ea4
|
Use pk_load_file() in X509
Saves a bit of ROM. X509 depends on PK anyway.
|
2014-11-27 17:44:46 +01:00 |
|
Manuel Pégourié-Gonnard
|
6ed2d92629
|
Make x509_crl_parse() iterative
|
2014-11-20 16:36:07 +01:00 |
|
Manuel Pégourié-Gonnard
|
426d4ae7ff
|
Split x509_crl_parse_der() out of x509_crl_parse()
|
2014-11-20 16:36:07 +01:00 |
|
Manuel Pégourié-Gonnard
|
e5b0fc1847
|
Make malloc-init script a bit happier
|
2014-11-13 12:42:12 +01:00 |
|
Manuel Pégourié-Gonnard
|
1c082f34f3
|
Update description and references for X.509 files
|
2014-06-23 11:52:59 +02:00 |
|
Paul Bakker
|
66d5d076f7
|
Fix formatting in various code to match spacing from coding style
|
2014-06-17 17:06:47 +02:00 |
|
Paul Bakker
|
d8bb82665e
|
Fix code styling for return statements
|
2014-06-17 14:06:49 +02:00 |
|
Paul Bakker
|
3461772559
|
Introduce polarssl_zeroize() instead of memset() for zeroization
|
2014-06-14 16:46:03 +02:00 |
|
Manuel Pégourié-Gonnard
|
d1539b1e88
|
Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT
|
2014-06-06 16:42:37 +02:00 |
|
Manuel Pégourié-Gonnard
|
bf696d030b
|
Make sig_opts non-optional in X509 structures
This simplifies the code.
|
2014-06-05 17:08:46 +02:00 |
|
Manuel Pégourié-Gonnard
|
dddbb1d1eb
|
Rm sig_params from various X509 structures
|
2014-06-05 17:08:46 +02:00 |
|
Manuel Pégourié-Gonnard
|
9113603b6b
|
Use sig_opts in x509_sig_alg_gets()
|
2014-06-05 15:41:39 +02:00 |
|
Manuel Pégourié-Gonnard
|
f75f2f7c46
|
Add sig_opts member to X509 structures
|
2014-06-05 15:14:59 +02:00 |
|
Manuel Pégourié-Gonnard
|
cac31eed9e
|
Factor common code for printing sig_alg
|
2014-06-02 16:12:46 +02:00 |
|
Manuel Pégourié-Gonnard
|
cf975a3857
|
Factor out some common code
|
2014-06-02 16:12:46 +02:00 |
|
Manuel Pégourié-Gonnard
|
8e42ff6bde
|
Parse CRLs signed with RSASSA-PSS
|
2014-06-02 16:10:29 +02:00 |
|
Paul Bakker
|
b9e4e2c97a
|
Fix formatting: fix some 'easy' > 80 length lines
|
2014-05-01 14:18:25 +02:00 |
|
Paul Bakker
|
9af723cee7
|
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
|
2014-05-01 13:03:14 +02:00 |
|
Manuel Pégourié-Gonnard
|
cef4ad2509
|
Adapt sources to configurable config.h name
|
2014-04-30 16:40:20 +02:00 |
|
Manuel Pégourié-Gonnard
|
c9093085ed
|
Revert "Merged RSA-PSS support in Certificate, CSR and CRL"
This reverts commit ab50d8d30c , reversing
changes made to e31b1d992a .
|
2014-02-12 09:39:59 +01:00 |
|
Paul Bakker
|
7dc4c44267
|
Library files moved to use platform layer
|
2014-02-06 13:20:16 +01:00 |
|
Manuel Pégourié-Gonnard
|
27b93ade6e
|
Factor common code for printing sig_alg
|
2014-01-25 12:48:58 +01:00 |
|
Manuel Pégourié-Gonnard
|
5cac583482
|
Factor out some common code
|
2014-01-25 12:48:58 +01:00 |
|
Manuel Pégourié-Gonnard
|
5eeb32b552
|
Parse CRLs signed with RSASSA-PSS
|
2014-01-25 12:48:58 +01:00 |
|
Paul Bakker
|
6edcd41c0a
|
Addition conditions for UEFI environment under MSVC
|
2013-10-29 15:44:13 +01:00 |
|