]> git.ipfire.org Git - thirdparty/openssl.git/history - include
Fix fragile explicit cert date tests.
[thirdparty/openssl.git] / include /
30 hours ago  Viktor DukhovniDefine KU_ constants via corresponding X509v3_KU_
8 days ago  Hugo LandauChange approach to SSL_pending API
8 days ago  Hugo LandauQUIC QSM: Add function to determine if data is waiting
9 days ago  Richard LevitteCopyright year updates
2024-03-15  Job SnijdersAdd Content Type OID for id-ct-rpkiSignedPrefixList
2024-03-15  Tomas Mrazapps/x509.c: No warning reading from stdin if redirected
2024-03-13  Joachim VandersmissenImplement KAT for KBKDF with KMAC128
2024-03-12  Alexandr NedvedickyLimit the number of http headers when receiving the...
2024-03-11  slontisFix BIO_get_new_index() to return an error when it...
2024-03-09  Hugo LandauQUIC: Add stream write buffer queries
2024-03-07  Hugo LandauQUIC: Define error code for stateless reset
2024-03-07  Hugo LandauQUIC: Make QUIC transport error codes public
2024-03-06  Dr. David von Oheimbcrypto/cmp: add OSSL_CMP_MSG_get0_certreq_publickey...
2024-03-06  Dr. David von Oheimbcmperr.h: use free reason value 106 rather than 197...
2024-03-01  pohsingwuImplement PCT for EDDSA
2024-02-25  Job SnijdersAdd appropriate lower bound checks for GeneralizedTime...
2024-02-21  Ijtaba HussainExtended SSL_SESSION functions using time_t
2024-02-19  Hugo LandauQUIC TXP: Allow QLOG instance retrieval via callback
2024-02-19  Hugo LandauQUIC QTX: Allow QLOG instance retrieval via callback
2024-02-19  Hugo LandauQUIC FIFD: Allow QLOG instance retrieval via callback
2024-02-19  Hugo LandauQUIC: Add API for SSL_VALUE_EVENT_HANDLING_MODE
2024-02-19  Shakti ShahOpenSSL License is applied for some source files, chang...
2024-02-14  Dimitri PapadopoulosFix new typos found by codespell
2024-02-10  Hugo LandauQUIC POLLING: Implement autotick
2024-02-10  Hugo Landaumake update
2024-02-10  Hugo LandauQUIC APL: Implement SSL_poll backend
2024-02-10  Hugo LandauQUIC QSM: Allow bidi and uni incoming streams to be...
2024-02-10  Hugo LandauQUIC: Add polling API
2024-02-10  Hugo LandauBIO: Add SSL poll descriptor type
2024-02-09  Hugo LandauTHREADING: Make CRYPTO_MUTEX and CRYPTO_CONDVAR typesafe
2024-02-08  Hugo LandauMinor updates
2024-02-08  Hugo LandauFix error code collision
2024-02-08  Hugo LandauQUIC APL: Add feature query implementation
2024-02-08  Hugo LandauQUIC CHANNEL: Add idle timeout configuration and stream...
2024-02-08  Hugo LandauQUIC RXFC: Add accessor for credit
2024-02-08  Hugo LandauQUIC: Add new error codes for tuning API
2024-02-08  Hugo LandauQUIC: Add documentation for tuning API
2024-02-06  Ingo Franzkis390x: Fix build on s390x with 'disable-asm'
2024-02-02  Hugo LandauQUIC QLOG: Use set0
2024-02-02  Hugo LandauQUIC QLOG: Minor doc updates
2024-02-02  Hugo LandauQUIC QLOG: Record implementation version
2024-02-02  Hugo LandauQUIC QLOG: Allow PID to be overridden
2024-02-02  Hugo LandauQUIC TXP: Allow QLOG instance to be changed after insta...
2024-02-02  Hugo LandauQUIC QTX: Allow QLOG instance to be changed after insta...
2024-02-02  Hugo LandauQUIC FIFD: Allow QLOG instance to be changed after...
2024-02-02  Hugo LandauQLOG: Editorial fixes (QLOG is spelled 'qlog')
2024-02-02  Hugo LandauJSON_ENC: Minor tweaks
2024-02-02  Hugo LandauQLOG: Remove vestigial abort code
2024-02-02  Hugo LandauQLOG: Minor updates
2024-02-02  Hugo LandauQLOG: JSON Encoder: Rename JSON_ENC
2024-02-02  Hugo LandauQLOG: Events: Implement transport:packet_received
2024-02-02  Hugo LandauQLOG: Events: Implement transport:packet_sent
2024-02-02  Hugo LandauQLOG: Wiring: QUIC QTX
2024-02-02  Hugo LandauQLOG: Wire title-setting code to QUIC_CHANNEL and SSL_CTX
2024-02-02  Hugo LandauQLOG: QUIC CHANNEL: Allow a log title to be specified
2024-02-02  Hugo LandauQLOG: Events: Implement recovery:packet_lost
2024-02-02  Hugo LandauQLOG: Wiring: QUIC TXPIM: Record the packet type
2024-02-02  Hugo LandauQLOG: Wiring: QUIC FIFD
2024-02-02  Hugo LandauQLOG: Wiring: QUIC QRX: Report the datagram ID from...
2024-02-02  Hugo LandauQLOG: Wiring: QUIC DEMUX: Report a monotonically increa...
2024-02-02  Hugo LandauQLOG: Events: Implement connectivity:connection_closed
2024-02-02  Hugo LandauQLOG: Events: Implement transport:parameters_set
2024-02-02  Hugo LandauQLOG: Events: Implement connectivity:connection_state_u...
2024-02-02  Hugo LandauQLOG: Events: Implement connectivity:connection_started
2024-02-02  Hugo LandauQLOG: Wiring: QUIC CHANNEL
2024-02-02  Hugo LandauQLOG: Frontend: Implementation
2024-02-02  Hugo LandauQLOG: Frontend: API Definition
2024-02-02  Hugo LandauQLOG: JSON Encoder: Design
2024-02-01  Neil HormanRCU lock implementation
2024-01-31  Matt CaswellFix compilation on Windows using icc
2024-01-23  Hugo LandauQUIC APL: Implement optimised FIN API
2024-01-23  Hugo LandauQUIC: Add optimised FIN API
2024-01-19  Frederik Wedel-HeinenRemoves unsed function: ssl_bad_method()
2024-01-18  Matt CaswellFix a FreeBSD build failure when KTLS is enabled
2024-01-17  Tomas MrazFix reason value collision for CMP_R_UNEXPECTED_SENDER
2024-01-17  Neil HormanIntroduce hash thunking functions to do proper casting
2024-01-17  Dr. David von Oheimbossl_cmp_msg_check_update(): improve diagnostics of...
2024-01-17  Dr. David von OheimbCMP app and doc: add -no_cache_extracerts option /...
2024-01-15  Matt CaswellMove discovery of the legacy alg type into the keymgmt
2024-01-15  David BenjaminAdd X509_STORE_get1_objects
2024-01-12  barracuda156aes_platform.h, gcm128.c: fix Darwin PowerPC macro...
2024-01-11  Hugo LandauQUIC RCIDM: Minor updates
2024-01-11  Hugo LandauQUIC RCIDM: Add counters to support RCID count enforcement
2024-01-11  Hugo LandauQUIC RCIDM: Add RCIDM
2024-01-11  Tomas MrazDisable build of HWAES on PPC Macs
2024-01-09  Neil HormanAugment RSA provider to generate CRT coefficients on...
2024-01-03  Tomas MrazAllow duplicate CMS attributes
2023-12-29  Dimitri PapadopoulosFix new typos found by codespell
2023-12-21  Dr. David von Oheimbcrypto/cmp/,apps/lib/cmp_mock_srv.c: various improvemen...
2023-12-21  Rajeev Ranjancrypto/cmp/,apps/lib/cmp_mock_srv.c: add delayed delive...
2023-12-21  Neil HormanDetect and prevent recursive config parsing
2023-12-21  Hugo LandauMinor updates
2023-12-21  Hugo LandauMinor fixes
2023-12-21  Hugo LandauQUIC APL, TSERVER: Start using a QUIC_ENGINE object
2023-12-21  Hugo LandauQUIC ENGINE: Add unused QUIC_ENGINE object
2023-12-21  Hugo LandauQUIC Refactor: Fix ANSI - struct definition duplications
2023-12-21  Hugo LandauQUIC PORT: Allow errors to be tracked at port level
2023-12-21  Hugo LandauERR: Add ERR_pop()
2023-12-21  Hugo LandauQUIC PORT: Formalise states of a port
2023-12-21  Hugo LandauQUIC DEMUX: Remove obsolete SRT handling code
next