aboutsummaryrefslogtreecommitdiff
path: root/include/polarssl
AgeCommit message (Expand)AuthorFilesLines
2014-02-12Revert "Merged RSA-PSS support in Certificate, CSR and CRL"Manuel Pégourié-Gonnard8-53/+5
2014-02-06Ability to force the Entropy module to use SHA-256 as its basisPaul Bakker3-3/+23
2014-02-06Ability to provide alternate timing implementationPaul Bakker2-1/+24
2014-02-06More entropy functions made thread-safe (add_source, update_manual, gather)Paul Bakker1-0/+3
2014-02-06Merged platform compatibility layerPaul Bakker4-109/+282
2014-02-06Made valid prototypes by adding ( void ) as parameter prototypePaul Bakker1-3/+3
2014-02-06Include stdlib in the right spotPaul Bakker1-2/+2
2014-02-06Migrated the Memory layer to the Platform layerPaul Bakker4-111/+160
2014-02-06Only include platform files when neededPaul Bakker1-1/+1
2014-02-06Platform abstraction layer for memory, printf and fprintfPaul Bakker2-0/+123
2014-02-06Merged RSA-PSS support in Certificate, CSR and CRLPaul Bakker8-5/+53
2014-02-06Disable ecp_set_curve() for compatibilityManuel Pégourié-Gonnard1-3/+1
2014-02-06Enforce our choice of allowed curves.Manuel Pégourié-Gonnard1-1/+8
2014-02-06ssl_set_curves is no longer ECDHE onlyManuel Pégourié-Gonnard1-4/+2
2014-02-06Make ssl_set_curves() work client-side too.Manuel Pégourié-Gonnard1-4/+9
2014-02-06Renamings and other fixesManuel Pégourié-Gonnard1-8/+11
2014-02-06The default ECDH curve list will be dynamically built in the ecp module based...Gergely Budai1-0/+7
2014-02-06Rename ecdh_curve_list to curve_listManuel Pégourié-Gonnard2-10/+9
2014-02-06Make ssl_set_ecdh_curves() a compile-time optionManuel Pégourié-Gonnard2-3/+23
2014-02-06Added the possibility to define the allowed curves for ECDHE handshake. It al...Gergely Budai1-0/+22
2014-02-05Merged HMAC-DRBG codePaul Bakker4-10/+304
2014-02-05Fix curve list in dependency checkingManuel Pégourié-Gonnard1-1/+5
2014-02-05Fix outdated commentManuel Pégourié-Gonnard1-3/+3
2014-02-01Save memory by not storing the HMAC keyManuel Pégourié-Gonnard1-5/+5
2014-02-01Fix HMAC_DRBG and RIPEMD160 error codesManuel Pégourié-Gonnard3-12/+16
2014-01-31Fix some doc commentsManuel Pégourié-Gonnard1-5/+6
2014-01-30Add hmac_drbg_{write,update}_seed_file()Manuel Pégourié-Gonnard1-0/+26
2014-01-30Make options configurable for HMAC_DRBGManuel Pégourié-Gonnard2-0/+9
2014-01-30Use safer names for macrosManuel Pégourié-Gonnard1-8/+8
2014-01-30Add automatic periodic reseedingManuel Pégourié-Gonnard1-8/+23
2014-01-30Add hmac_drbg_set_prediction_resistance()Manuel Pégourié-Gonnard1-6/+20
2014-01-30Add hmac_drbg_reseed()Manuel Pégourié-Gonnard1-0/+13
2014-01-30Add hmac_drbg_set_entropy_len()Manuel Pégourié-Gonnard1-1/+11
2014-01-30Add entropy callbacks to HMAC_DRBGManuel Pégourié-Gonnard1-9/+59
2014-01-30Add hmac_random_with_add()Manuel Pégourié-Gonnard1-2/+24
2014-01-30Use new HMAC_DRBG module for deterministic ECDSAManuel Pégourié-Gonnard1-2/+2
2014-01-30Add minimalistic HMAC_DRBG implementationManuel Pégourié-Gonnard2-0/+130
2014-01-27Ready for release 1.3.4Paul Bakker1-4/+4
2014-01-27Revert "Add pk_rsa_set_padding() and rsa_set_padding()"Paul Bakker2-39/+2
2014-01-25Factor common code for printing sig_algManuel Pégourié-Gonnard1-0/+2
2014-01-25Factor out some common codeManuel Pégourié-Gonnard1-2/+2
2014-01-25Parse CSRs signed with RSASSA-PSSManuel Pégourié-Gonnard1-0/+3
2014-01-25Parse CRLs signed with RSASSA-PSSManuel Pégourié-Gonnard1-0/+3
2014-01-25Fix dependenciesManuel Pégourié-Gonnard2-0/+7
2014-01-25Finish parsing RSASSA-PSS parametersManuel Pégourié-Gonnard3-4/+10
2014-01-25Start parsing RSASSA-PSS parametersManuel Pégourié-Gonnard1-0/+2
2014-01-25Basic parsing of certs signed with RSASSA-PSSManuel Pégourié-Gonnard5-0/+25
2014-01-24Added AES CFB8 modePaul Bakker1-0/+23
2014-01-23Merged deterministic ECDSAPaul Bakker2-0/+71
2014-01-22Merged ASM format fixes in bn_mul.hPaul Bakker1-290/+392