aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-24Add -Wunreachable-code to check modeManuel Pégourié-Gonnard2-1/+4
2014-02-24Fix forgotten curves in #ifdefManuel Pégourié-Gonnard1-1/+4
2014-02-20Fxi typoManuel Pégourié-Gonnard1-1/+1
2014-02-12Print protocol version in example cli/srvManuel Pégourié-Gonnard2-4/+4
2014-02-12Fix verion-major intoleranceManuel Pégourié-Gonnard2-11/+25
2014-02-12Revert "Merged RSA-PSS support in Certificate, CSR and CRL"Manuel Pégourié-Gonnard37-832/+40
2014-02-12Revert "Mutex call in x509_crt.c depended on PTHREAD specific instead of gene...Manuel Pégourié-Gonnard2-4/+3
2014-02-06Ability to force the Entropy module to use SHA-256 as its basisPaul Bakker4-3/+25
2014-02-06Fixed testing with out-of-source builds using cmakePaul Bakker2-0/+23
2014-02-06Ability to provide alternate timing implementationPaul Bakker4-3/+27
2014-02-06Fixed file descriptor leak in generic_sumPaul Bakker1-0/+2
2014-02-06More entropy functions made thread-safe (add_source, update_manual, gather)Paul Bakker3-7/+63
2014-02-06Mutex call in x509_crt.c depended on PTHREAD specific instead of genericPaul Bakker2-3/+4
2014-02-06Missing 'else' in gen_keyPaul Bakker1-1/+1
2014-02-06Merged platform compatibility layerPaul Bakker49-506/+855
2014-02-06Fixed compile warning (in test-ref-configs)Paul Bakker1-0/+2
2014-02-06Typo fix in memory_buffer_alloc.cPaul Bakker1-1/+1
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 Bakker9-183/+199
2014-02-06Only include platform files when neededPaul Bakker1-1/+1
2014-02-06Library files moved to use platform layerPaul Bakker40-323/+447
2014-02-06Platform abstraction layer for memory, printf and fprintfPaul Bakker5-1/+205
2014-02-06Merged RSA-PSS support in Certificate, CSR and CRLPaul Bakker37-40/+832
2014-02-06Added Curve preference order to ChangeLogPaul Bakker1-0/+1
2014-02-06Merged option to set Curve Preference orderPaul Bakker9-54/+223
2014-02-06Disable ecp_set_curve() for compatibilityManuel Pégourié-Gonnard1-3/+1
2014-02-06debug_ecp: don't print Z, always 1Manuel Pégourié-Gonnard1-4/+0
2014-02-06Remove temporary debug codeManuel Pégourié-Gonnard1-4/+0
2014-02-06Print curve name instead of size in debuggingManuel Pégourié-Gonnard2-40/+29
2014-02-06Enforce our choice of allowed curves.Manuel Pégourié-Gonnard3-6/+52
2014-02-06ssl_set_curves is no longer ECDHE onlyManuel Pégourié-Gonnard2-16/+13
2014-02-06Make ssl_set_curves() work client-side too.Manuel Pégourié-Gonnard2-11/+23
2014-02-06Renamings and other fixesManuel Pégourié-Gonnard3-41/+50
2014-02-06The default ECDH curve list will be dynamically built in the ecp module based...Gergely Budai3-50/+42
2014-02-06Rename ecdh_curve_list to curve_listManuel Pégourié-Gonnard4-25/+24
2014-02-06Make ssl_set_ecdh_curves() a compile-time optionManuel Pégourié-Gonnard4-7/+34
2014-02-06Added the possibility to define the allowed curves for ECDHE handshake. It al...Gergely Budai3-8/+112
2014-02-06Increase title size (fits to increased curve names). Give verbose errors on f...Gergely Budai1-2/+6
2014-02-05Fix bug in RSA PKCS#1 v1.5 "reversed" operationsManuel Pégourié-Gonnard3-2/+36
2014-02-05Add tests for rsa_copy()Manuel Pégourié-Gonnard1-3/+39
2014-02-05Merged miscellaneous build changesPaul Bakker3-5/+32
2014-02-05Merged HMAC-DRBG codePaul Bakker28-200/+5054
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-05Fix ecp_gen_keypair()Manuel Pégourié-Gonnard2-1/+15
2014-02-01Fix the 'error' test suiteManuel Pégourié-Gonnard2-3/+5
2014-02-01Save memory by not storing the HMAC keyManuel Pégourié-Gonnard2-11/+21
2014-02-01Add tests for th init_buf() variant of HMAC_DRBGManuel Pégourié-Gonnard1-0/+17
2014-02-01Fix HMAC_DRBG and RIPEMD160 error codesManuel Pégourié-Gonnard5-14/+43