summaryrefslogtreecommitdiffstats
path: root/ssl/build.info
AgeCommit message (Expand)Author
2024-02-10QUIC RIO: Add frontend SSL_poll implementationHugo Landau
2023-03-30Revise build.infoHugo Landau
2023-03-30QUIC Thread Assist CoreHugo Landau
2022-10-18Add support for compressed certificates (RFC8879)Todd Short
2022-09-13time: move OSSL_TIME to libcryptoPauli
2022-08-18Move ktls.c into the record layerMatt Caswell
2022-08-18Move protocol version specific code into separate filesMatt Caswell
2022-08-18Move Record layer methods code into a sub-directoryMatt Caswell
2022-08-18Add a skeleton TLS record methodMatt Caswell
2022-07-06ssl: implement an event queuePauli
2022-06-22ssl: expose the get time function internallyPauli
2022-06-22build.info changes for priority queuePauli
2022-06-03Add empty implementations of quic method functionsTomas Mraz
2022-05-27QUIC wire format supportHugo Landau
2021-06-14Do not duplicate symbols between libcrypto and libssl in static buildsTomas Mraz
2021-06-02tls: remove TODOsPauli
2021-05-07Drop libimplementations.aRichard Levitte
2020-11-24Modify the ERR init functions to use the internal ERR string loadersRichard Levitte
2020-11-18Deprecate RSA harderRichard Levitte
2020-10-16Concentrate deprecated libssl API usage in one fileMatt Caswell
2020-09-09TLS fixes for CBC mode and no-deprecatedPauli
2020-09-03Add an HMAC implementation that is TLS awareMatt Caswell
2020-08-31Move KTLS inline functions only used by libssl into ssl/ktls.c.John Baldwin
2020-07-06Add provider support for TLS CBC padding and MAC removalMatt Caswell
2020-07-06Split the padding/mac removal functions out into a separate fileMatt Caswell
2019-08-14If we are multiblock capable make sure we use itMatt Caswell
2019-07-12Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell
2017-04-07Move ssl/t1_ext.c to ssl/statem/extensions_cust.cMatt Caswell
2016-12-08Move client parsing of ServerHello extensions into new frameworkMatt Caswell
2016-12-08Split extensions code into core extensions and server extensions codeMatt Caswell
2016-12-08Refactor ClientHello extension parsingMatt Caswell
2016-12-08Move tls_collect_extensions() into a separate fileMatt Caswell
2016-11-29Use the TLSv1.3 nonce constructionMatt Caswell
2016-11-09Add support for TLS1.3 secret generationMatt Caswell
2016-09-13First pass at writing a writeable packets APIMatt Caswell
2016-02-09Update build.info files for auto-init/de-initMatt Caswell
2016-02-01unified build scheme: add build.info filesRichard Levitte